Skip to content

Commit

Permalink
ci: insatll odbc 17 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Sep 12, 2023
1 parent 41e083f commit 8bdc0f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
sqlserver-version: ${{ matrix.sqlserver }}
sa-password: ${{ env.MSSQL_PASSWORD }}
native-client-version: 11
odbc-version: 17
- name: Store test config
shell: bash
run: echo "{\"user\":\"sa\",\"password\":\"$MSSQL_PASSWORD\",\"server\":\"localhost\",\"port\":1433,\"database\":\"master\",\"requestTimeout\":30000,\"options\":{\"abortTransactionOnError\":true,\"encrypt\":false}}" > ./test/.mssql.json
Expand Down

0 comments on commit 8bdc0f8

Please sign in to comment.