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 ea1bef2 commit 6a07052Copy full SHA for 6a07052
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 --fail http://localhost:8000/api/v1/utils/health-check-fail
+ run: curl --fail http://localhost:8000/api/v1/utils/health-check
24
- name: Test frontend is up
25
- run: curl --fail http://localhost:5173/fail
+ run: curl --fail http://localhost:5173
26
0 commit comments