Skip to content

Commit

Permalink
fix: trying to fix ci.yml error #2
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeversiane committed Jun 13, 2024
1 parent 95c64ae commit f3fc0f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Set up Docker Compose
run: docker-compose -f docker-compose.ci.yml up -d --build --no-cache

- name: Ensure wait-for-it.sh has execution permissions
run: chmod +x ./sh/wait-for-it.sh

- name: Wait for API to be ready
run: ./sh/wait-for-it.sh localhost:${{ secrets.PORT }} --timeout=60

Expand Down

0 comments on commit f3fc0f7

Please sign in to comment.