File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 :
7373 - os : ubuntu-24.04
7474 cert : /etc/ssl/certs/ca-certificates.crt
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
You can’t perform that action at this time.
0 commit comments