We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9384c10 commit 299a5e4Copy full SHA for 299a5e4
.github/workflows/ci.yml
@@ -94,6 +94,8 @@ jobs:
94
TEST_PASSWORD: ${{ env.MYSQL_TEST_PASSWD }}
95
TEST_PORT: ${{ env.MYSQL_TEST_PORT }}
96
TEST_SCHEMA: ${{ env.MYSQL_TEST_DB }}
97
+ ODBCINI: ${{ github.workspace }}/test/odbc.ini
98
+ ODBCINTSTINI: ${{ github.workspace }}/test/odbcinst.ini
99
100
- name: make windows
101
if: ${{ startsWith(matrix.os, 'windows') }}
0 commit comments