Skip to content

Commit 6fdde3c

Browse files
committed
Add wait for port
1 parent ea99b66 commit 6fdde3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Deploy app
5050
run: docker-compose up -d --build
5151
- name: Wait for app startup
52-
run: while ! $(curl localhost:8080 -so /dev/null); do echo "Waiting for the app to be up..."; sleep 5; done
52+
run: while ! $(curl localhost:8080); do echo "Waiting for the app to be up..."; sleep 5; done
5353
- name: Run integration tests
5454
shell: bash
5555
run: pytest tests/test_integration

0 commit comments

Comments
 (0)