Skip to content

Commit

Permalink
Increase delay to dbs ready
Browse files Browse the repository at this point in the history
  • Loading branch information
MarhiievHE committed Dec 30, 2023
1 parent fc52593 commit 9869099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
if: runner.os != 'windows'
run: |
docker-compose -f test-docker-compose.yml up -d pg-example redis-example
sleep 10 # wait for database to be ready
sleep 15 # wait for database to be ready
docker ps
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 9869099

Please sign in to comment.