Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jul 14, 2023
1 parent cd3ebe3 commit fc70e65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/connect-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ jobs:
echo ${{ env.CLUSTER_USER }}
echo ${{ env.CLUSTER_HOST }}
- name: Get mysql
- name: Test mysql
uses: shogo82148/actions-setup-mysql@v1

- name: Run test
run: mysql -u ${{ env.CLUSTER_USER }} -h ${{ env.CLUSTER_HOST }} -P 4000 -D test --ssl-mode=VERIFY_IDENTITY --ssl-ca=/etc/ssl/certs/ca-certificates.crt -p${{ secrets.TIDB_CLOUD_PASSWORD }}

- name: Delete cluster
Expand Down

0 comments on commit fc70e65

Please sign in to comment.