We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13652b5 commit 0a95b8fCopy full SHA for 0a95b8f
1 file changed
.github/workflows/test-docker-compose.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: docker compose down -v --remove-orphans
21
- run: docker compose up -d --wait backend frontend adminer
22
- name: Test backend is up
23
- run: curl http://localhost:8000/api/v1/utils/health-check
+ run: curl http://localhost:8000/api/v1/utils/health-check-fail
24
- name: Test frontend is up
25
- run: curl http://localhost:5173
+ run: curl http://localhost:5173/fail
26
0 commit comments