Skip to content

Commit

Permalink
align sa passwords in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
grillazz committed Aug 12, 2023
1 parent 80f6f55 commit 8ca9634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
PYTHONDONTWRITEBYTECODE: 1
PYTHONUNBUFFERED: 1
SA_PASSWORD: YourStrong!Passw0rd
SA_PASSWORD: Alaska2023
ACCEPT_EULA: Y
MSSQL_DB: master
MSSQL_HOST: localhost
Expand All @@ -29,12 +29,12 @@ jobs:
volumes:
- /sqlserver/setup:/var/opt/mssql/backup
env:
SA_PASSWORD: YourStrong!Passw0rd
SA_PASSWORD: Alaska2023
ACCEPT_EULA: Y
MSSQL_PID: Developer
ports:
- 1433:1433
options: --name=mssql --health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'YourStrong!Passw0rd' -Q 'SELECT 1'" --health-interval=10s --health-timeout=5s --health-retries=3
options: --name=mssql --health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'Alaska2023' -Q 'SELECT 1'" --health-interval=10s --health-timeout=5s --health-retries=3


steps:
Expand Down

0 comments on commit 8ca9634

Please sign in to comment.