Skip to content

Commit

Permalink
Add wait for port
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Jan 8, 2025
1 parent 45c8959 commit d59ed03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Deploy app
run: docker-compose up -d --build
- name: Wait for app startup
continue-on-error: true
run: |
curl localhost:8080 -so /dev/null
while [[ $? -ne 0 ]]
Expand Down

0 comments on commit d59ed03

Please sign in to comment.