Skip to content

Commit

Permalink
Merge pull request #55 from hasura/djh/wait-for-sqlserver-to-be-ready
Browse files Browse the repository at this point in the history
chore: wait for SQLServer in CI
  • Loading branch information
danieljharvey authored Nov 2, 2023
2 parents dd53408 + fbc1fa9 commit 72e1efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cargo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: isbang/[email protected]
with:
compose-file: "./docker-compose.yaml"
up-flags: "--pull=always --wait"
down-flags: "--volumes"
services: |
sqlserver
Expand Down

0 comments on commit 72e1efd

Please sign in to comment.