Skip to content

Commit

Permalink
Re-include -N -C, try with ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-foss committed Sep 25, 2024
1 parent 7ab81a7 commit 0130a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
strategy:
matrix:
go: ['1.22', '1.21', '1.20']
platform: [ubuntu-latest] # can not run test in macOS and windows
platform: [ubuntu-20.04] # can not run test in macOS and windows
runs-on: ${{ matrix.platform }}

services:
Expand All @@ -186,7 +186,7 @@ jobs:
ports:
- 9930:1433
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 LoremIpsum86 -N -C -l 30 -Q \"SELECT 1\" || exit 1"
--health-start-period 10s
--health-interval 10s
--health-timeout 5s
Expand Down

0 comments on commit 0130a18

Please sign in to comment.