Skip to content

Commit c8eb0ed

Browse files
committed
ci: fix mssql
1 parent 6d6b9c2 commit c8eb0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-mssql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ACCEPT_EULA: 'Y'
4545
SA_PASSWORD: ${{ secrets.DB_PASSWORD }}
4646
options: >-
47-
--health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P '${{ secrets.DB_PASSWORD }}' -l 30 -Q 'SELECT 1'"
47+
--health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P '$SA_PASSWORD' -l 30 -Q 'SELECT 1'"
4848
--health-interval 3s
4949
--health-timeout 1s
5050
--health-retries 10

0 commit comments

Comments
 (0)