Skip to content

Commit d59ed03

Browse files
committed
Add wait for port
1 parent 45c8959 commit d59ed03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Deploy app
5050
run: docker-compose up -d --build
5151
- name: Wait for app startup
52+
continue-on-error: true
5253
run: |
5354
curl localhost:8080 -so /dev/null
5455
while [[ $? -ne 0 ]]

0 commit comments

Comments
 (0)