Skip to content

Commit

Permalink
Wait for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyRaga committed Apr 26, 2024
1 parent ab65ac9 commit 0dee497
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
/property:InformationalVersion=${{ env.GitVersion_InformationalVersion }}
- name: Setup test dependencies
run: docker compose up -d
run: docker compose up -d --wait

- name: Test
run: |
Expand Down Expand Up @@ -118,5 +118,3 @@ jobs:
tag: ${{ steps.gitversion.outputs.MajorMinorPatch }}
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true


Empty file modified local-env/mssql/initdb.sh
100644 → 100755
Empty file.

0 comments on commit 0dee497

Please sign in to comment.