:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 1m16s

This commit is contained in:
Your Name
2025-05-30 23:15:28 +12:00
parent ef97829556
commit 2ba000c46d

View File

@@ -84,8 +84,8 @@ if ! wait_for_container "sos-test"; then
fi
# run the tests. Docker inside docker support!
docker exec -it sos-test ls /testing || true
docker exec -it sos-test /bin/bash -c "cd /testing && ./test.sh http://127.0.0.1:7703"
docker exec -i sos-test ls /testing || true
docker exec -i sos-test /bin/bash -c "cd /testing && ./test.sh http://127.0.0.1:7703"
RESULT=$?
# clean up.