beremiz
Clone
Summary
Browse
Changes
Graph
Tests: More fixes amd enhancments to run tests on Github Actions
2022-05-16, Edouard Tisserant
69771a6ca4a6
file is
Executable
Tests: More fixes amd enhancments to run tests on Github Actions
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER