beremiz

69771a6ca4a6
file isExecutable
Tests: More fixes amd enhancments to run tests on Github Actions
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .