Finalize working config
This commit is contained in:
parent
c774567584
commit
4b28dbe1ba
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -171,7 +171,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: ['1.22', '1.21', '1.20']
|
go: ['1.22', '1.21', '1.20']
|
||||||
platform: [ubuntu-20.04] # can not run test in macOS and windows
|
platform: [ubuntu-latest] # can not run test in macOS and windows
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@ -185,7 +185,7 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- 9930:1433
|
- 9930:1433
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P LoremIpsum86 -l 30 -Q \"SELECT 1\" || exit 1"
|
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P ${MSSQL_SA_PASSWORD} -N -C -l 30 -Q \"SELECT 1\" || exit 1"
|
||||||
--health-start-period 10s
|
--health-start-period 10s
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user