Skip to content

Commit 8bdc0f8

Browse files
committed
ci: insatll odbc 17 driver
1 parent 41e083f commit 8bdc0f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
sqlserver-version: ${{ matrix.sqlserver }}
146146
sa-password: ${{ env.MSSQL_PASSWORD }}
147147
native-client-version: 11
148+
odbc-version: 17
148149
- name: Store test config
149150
shell: bash
150151
run: echo "{\"user\":\"sa\",\"password\":\"$MSSQL_PASSWORD\",\"server\":\"localhost\",\"port\":1433,\"database\":\"master\",\"requestTimeout\":30000,\"options\":{\"abortTransactionOnError\":true,\"encrypt\":false}}" > ./test/.mssql.json

0 commit comments

Comments
 (0)