Skip to content

Commit d27f997

Browse files
authored
Try to fix the github PR validation workflow (#240)
1 parent ba24acc commit d27f997

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
export SQLCMDUSER=sa
2626
export SQLUSER=sa
2727
export SQLPASSWORD=$SQLCMDPASSWORD
28-
export DATABASE=test
28+
export DATABASE=master
2929
docker run -m 2GB -e ACCEPT_EULA=1 -d --name sqlserver -p:1433:1433 -e SA_PASSWORD=$SQLCMDPASSWORD mcr.microsoft.com/mssql/server:${{ matrix.sqlImage }}
3030
sleep 10
31-
sqlcmd -Q "CREATE DATABASE test"
3231
go test -v ./...

.pipelines/TestSql2017.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
steps:
99
- task: GoTool@0
1010
inputs:
11-
version: '1.20'
11+
version: '1.22.10'
1212

1313
- task: Go@0
1414
displayName: 'Go: install gotest.tools/gotestsum'

0 commit comments

Comments
 (0)