File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 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 }}
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
You can’t perform that action at this time.
0 commit comments