Skip to content

Commit

Permalink
Fix the pymongo version so it does not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Jan 10, 2025
1 parent 2652a40 commit da2f58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Wait for app startup
run: |
for i in $(seq 1 24); do
sleep 5; curl localhost:8080 -so /dev/null && return;
sleep 5; curl localhost:8080 -so /dev/null && break;
docker compose ps;
echo "Retrying ($i) in 5 seconds...";
done
Expand Down

0 comments on commit da2f58b

Please sign in to comment.