Skip to content

Commit 17455e6

Browse files
committed
test windows
1 parent 4a29c28 commit 17455e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compatibility-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
needs: setup
6969
strategy:
7070
matrix:
71-
os: [ ubuntu-24.04, windows-2022, macos-14 ]
71+
os: [ windows-2022 ]
7272
include:
7373
- os: ubuntu-24.04
7474
cert: /etc/ssl/certs/ca-certificates.crt
@@ -86,7 +86,7 @@ jobs:
8686
uses: shogo82148/actions-setup-mysql@v1
8787

8888
- name: Run test on ${{ matrix.os }}
89-
run: mysql -u ${{needs.setup.outputs.TIDB_CLOUD_USER}} -h ${{needs.setup.outputs.TIDB_CLOUD_HOST}} -P 4000 -D test --ssl-mode=VERIFY_IDENTITY --ssl-ca=${{ matrix.cert }} -p${{ secrets.TIDB_CLOUD_PASSWORD }}
89+
run: $env:LIBMYSQL_PLUGIN_DIR='C:\hostedtoolcache\windows\mysql\9.0.0\x64\lib\plugin'; mysql -u ${{needs.setup.outputs.TIDB_CLOUD_USER}} -h ${{needs.setup.outputs.TIDB_CLOUD_HOST}} -P 4000 -D test --ssl-mode=VERIFY_IDENTITY --ssl-ca=${{ matrix.cert }} -p${{ secrets.TIDB_CLOUD_PASSWORD }}
9090

9191
no_tls:
9292
needs: setup

0 commit comments

Comments
 (0)