beremiz

file isExecutable
Tests: No need to archive test results before uploading them as action artifacts.
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER