This commit is contained in:
Adil Hafeez 2025-05-22 22:30:47 -07:00
parent 13710de5b8
commit 5eede6633b
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -17,6 +17,12 @@ do
docker compose up -d 2>&1 > /dev/null
echo "starting hurl tests"
hurl --test hurl_tests/*.hurl
if [ $? -ne 0 ]; then
echo "Hurl tests failed for $demo"
echo "docker logs for archgw:"
docker logs archgw
exit 1
fi
echo "stopping docker containers and archgw"
archgw down
docker compose down -v