Update github actions

This commit is contained in:
xbgmsharp
2023-08-18 01:49:08 +02:00
parent 2a8f74a62f
commit f0198aeb3e
2 changed files with 4 additions and 2 deletions

View File

@@ -49,7 +49,8 @@ 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 --exit-code-from web_tests
docker compose up
docker compose -f docker-compose.dev.yml -f docker-compose.yml up web_tests --abort-on-container-exit --exit-code-from web_tests
if [ $? != 0 ];
then
echo "Error running frontend-tests"