Skip to content

Commit

Permalink
Add wait time to pipeline (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnerTh authored Nov 18, 2023
1 parent bb145c8 commit 067a600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
uses: actions/checkout@v3
- name: Start container with test databases
run: docker-compose -f test/docker-compose.yaml up -d
- name: Wait for docker containers to start
run: sleep 30
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 067a600

Please sign in to comment.