Skip to content

Commit

Permalink
Add health check for MS SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Sep 25, 2024
1 parent bc6d96a commit 6b51be2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,11 @@ jobs:
env:
ACCEPT_EULA: Y
SA_PASSWORD: StrongPassword1
MSSQL_SA_PASSWORD: StrongPassword1
ports:
- 1433:1433
options: >-
--health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P \"${MSSQL_SA_PASSWORD}\" -Q \"SELECT 1\""
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 6b51be2

Please sign in to comment.