Skip to content

Commit

Permalink
Make wait-for-it.sh executable in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qdequele committed Nov 30, 2024
1 parent 55a3d0e commit 8d73bbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
docker-compose up -d
docker ps -a
- name: Make wait-for-it.sh executable
run: chmod +x .github/scripts/wait-for-it.sh

- name: Wait for services
run: |
.github/scripts/wait-for-it.sh localhost:7700 -t 60
Expand Down

0 comments on commit 8d73bbb

Please sign in to comment.