Update github actions

This commit is contained in:
xbgmsharp
2023-08-18 01:42:24 +02:00
parent 0eda59d68a
commit 2a8f74a62f
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ jobs:
docker-compose up -d web_dev && sleep 60
docker-compose ps -a
curl http://localhost:8080/
docker-compose -f docker-compose.dev.yml -f docker-compose.yml up web_tests --abort-on-container-exit --exit-code-from web_tests
docker-compose -f docker-compose.dev.yml -f docker-compose.yml up web_tests --exit-code-from web_tests
if [ $? != 0 ];
then
echo "Error running frontend-tests"