Skip to content

Commit

Permalink
👷 wait 30s for services to be ready before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mbaye THIAM committed Apr 17, 2024
1 parent 65cce45 commit 99530a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Setup services for testing purpose
run: export IMAGE_TAG=localhost:5000/test/graphql-mesh:latest && cd ./test/integration && docker compose up -d

- name: Wait for services to be ready
run: sleep 30

- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 99530a4

Please sign in to comment.