We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9a286 commit 38cea29Copy full SHA for 38cea29
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
SA_PASSWORD: ${{ env.SA_PASSWORD }}
20
MSSQL_PID: Developer
21
options: >-
22
- --health-cmd "/opt/mssql-tool18s/bin/sqlcmd -S localhost -U sa -P \"$SA_PASSWORD\" -Q \"SELECT 1\" -N -C || exit 1"
+ --health-cmd "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P \"$SA_PASSWORD\" -Q \"SELECT 1\" -N -C || exit 1"
23
--health-interval 10s
24
--health-timeout 3s
25
--health-retries 10
0 commit comments