Skip to content

Commit

Permalink
Merge pull request #6484 from greg0ire/try-new-path
Browse files Browse the repository at this point in the history
Adapt to mssql-docker breaking change
  • Loading branch information
greg0ire authored Aug 7, 2024
2 parents 8a7e9b7 + 7e511f7 commit a456fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ jobs:
MSSQL_COLLATION: "${{ matrix.collation }}"

options: >-
--health-cmd "echo quit | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -l 1 -U sa -P Doctrine2018"
--health-cmd "echo quit | /opt/mssql-tools18/bin/sqlcmd -C -S 127.0.0.1 -l 1 -U sa -P Doctrine2018"
ports:
- "1433:1433"
Expand Down

0 comments on commit a456fbf

Please sign in to comment.