Skip to content

Commit

Permalink
Merge pull request #302 from Flexberry/fix-build-mssql-health-check
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
bratchikov authored Sep 11, 2024
2 parents f1fac0b + e203552 commit d68e938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
MSSQL_SA_PASSWORD: p@ssw0rd
# Set health checks to wait until mssql has started
options: >-
--health-cmd "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P ${MSSQL_SA_PASSWORD} -Q 'SELECT 1' -b -o /dev/null"
--health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${MSSQL_SA_PASSWORD} -Q 'SELECT 1' -b -o /dev/null"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit d68e938

Please sign in to comment.