We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6b9c2 commit c8eb0edCopy full SHA for c8eb0ed
.github/workflows/testing-mssql.yml
@@ -44,7 +44,7 @@ jobs:
44
ACCEPT_EULA: 'Y'
45
SA_PASSWORD: ${{ secrets.DB_PASSWORD }}
46
options: >-
47
- --health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P '${{ secrets.DB_PASSWORD }}' -l 30 -Q 'SELECT 1'"
+ --health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P '$SA_PASSWORD' -l 30 -Q 'SELECT 1'"
48
--health-interval 3s
49
--health-timeout 1s
50
--health-retries 10
0 commit comments