Skip to content

Commit 6a07052

Browse files
committed
revert failing endpoints
1 parent ea1bef2 commit 6a07052

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: docker compose down -v --remove-orphans
2121
- run: docker compose up -d --wait backend frontend adminer
2222
- name: Test backend is up
23-
run: curl --fail http://localhost:8000/api/v1/utils/health-check-fail
23+
run: curl --fail http://localhost:8000/api/v1/utils/health-check
2424
- name: Test frontend is up
25-
run: curl --fail http://localhost:5173/fail
25+
run: curl --fail http://localhost:5173
2626
- run: docker compose down -v --remove-orphans

0 commit comments

Comments
 (0)