Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Jan 24, 2024
1 parent 2221864 commit 6d55e2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ jobs:
ports:
- 1433:1433
options: >-
--health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P \"${MSSQL_SA_PAS_SWORD}\" -Q \"SELECT 1\""
--health-interval 10s
--health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P \"${MSSQL_SA_PASSWORD}\" -Q \"SELECT 1\""
--health-interval 1s
--health-timeout 5s
--health-retries 5
sqlserver-dev:
Expand All @@ -344,8 +344,8 @@ jobs:
ports:
- 1434:1433
options: >-
--health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P \"${MSSQL_SA_PAS_SWORD}\" -Q \"SELECT 1\""
--health-interval 10s
--health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P \"${MSSQL_SA_PASSWORD}\" -Q \"SELECT 1\""
--health-interval 1s
--health-timeout 5s
--health-retries 5
strategy:
Expand Down

0 comments on commit 6d55e2a

Please sign in to comment.