Skip to content

Commit 0a95b8f

Browse files
committed
reproduce test failure
1 parent 13652b5 commit 0a95b8f

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 http://localhost:8000/api/v1/utils/health-check
23+
run: curl http://localhost:8000/api/v1/utils/health-check-fail
2424
- name: Test frontend is up
25-
run: curl http://localhost:5173
25+
run: curl http://localhost:5173/fail
2626
- run: docker compose down -v --remove-orphans

0 commit comments

Comments
 (0)