Skip to content

Commit 38cea29

Browse files
committed
chore: fix spelling mistake
1 parent fe9a286 commit 38cea29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
SA_PASSWORD: ${{ env.SA_PASSWORD }}
2020
MSSQL_PID: Developer
2121
options: >-
22-
--health-cmd "/opt/mssql-tool18s/bin/sqlcmd -S localhost -U sa -P \"$SA_PASSWORD\" -Q \"SELECT 1\" -N -C || exit 1"
22+
--health-cmd "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P \"$SA_PASSWORD\" -Q \"SELECT 1\" -N -C || exit 1"
2323
--health-interval 10s
2424
--health-timeout 3s
2525
--health-retries 10

0 commit comments

Comments
 (0)