Skip to content

Commit 4850a0e

Browse files
committed
test windows
1 parent 4a29c28 commit 4850a0e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/compatibility-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,8 @@ jobs:
6868
needs: setup
6969
strategy:
7070
matrix:
71-
os: [ ubuntu-24.04, windows-2022, macos-14 ]
71+
os: [ windows-2022 ]
7272
include:
73-
- os: ubuntu-24.04
74-
cert: /etc/ssl/certs/ca-certificates.crt
75-
- os: macos-14
76-
cert: /etc/ssl/cert.pem
7773
- os: windows-2022
7874
cert: ./example_code/x1.pem
7975
runs-on: ${{ matrix.os }}
@@ -86,7 +82,7 @@ jobs:
8682
uses: shogo82148/actions-setup-mysql@v1
8783

8884
- 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 }}
85+
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 }}
9086

9187
no_tls:
9288
needs: setup

0 commit comments

Comments
 (0)