Skip to content

Commit ea1bef2

Browse files
committed
fix curl commands
1 parent 0a95b8f commit ea1bef2

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

0 commit comments

Comments
 (0)