This commit is contained in:
2023-09-15 14:57:42 +02:00
committed by Clément Le Bihan
parent 91c9e2b295
commit bc13c10f1a
6 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ jobs:
run: |
docker-compose ps -a
docker-compose logs
wget --retry-connrefused http://localhost:3000 # /healthcheck
wget --retry-connrefused http://localhost:3000 || (docker-compose logs && exit 1)
- name: Run scorometer tests
run: |