Skip to content

Commit

Permalink
Correct test job name (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyu66 authored Oct 12, 2023
1 parent 797966c commit c319416
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/connect-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
mysql --connect-timeout 15 -u '23MRMbs1xyFmALz.root' -h gateway01.us-west-2.prod.aws.tidbcloud.com -P 4000 -D test --ssl-mode=VERIFY_IDENTITY --ssl-ca=/etc/ssl/certs/ca-certificates.crt -p${{ secrets.BRANCH_PSWD_US_WEST_2 }}
ap-southeast-1:
ap-northeast-1:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -55,7 +55,7 @@ jobs:
run: |
mysql --connect-timeout 15 -u '3JwPQ7c8B1Bva6f.root' -h gateway01.ap-northeast-1.prod.aws.tidbcloud.com -P 4000 -D test --ssl-mode=VERIFY_IDENTITY --ssl-ca=/etc/ssl/certs/ca-certificates.crt -p${{ secrets.BRANCH_PSWD_AP_NORTHEAST_1 }}
ap-northeast-1:
ap-southeast-1:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/serverless-driver-connect-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
export DATABASE_URL=mysql://j24i5KNxRJpvEj7.root:${{ secrets.TIDB_CLOUD_PASSWORD }}@gateway01.us-west-2.prod.aws.tidbcloud.com/test
node ConnectTest.js
ap-southeast-1:
ap-northeast-1:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -60,7 +60,7 @@ jobs:
export DATABASE_URL=mysql://Nv7fzTqtB8V698S.root:${{ secrets.TIDB_CLOUD_PASSWORD }}@gateway01.ap-northeast-1.prod.aws.tidbcloud.com/test
node ConnectTest.js
ap-northeast-1:
ap-southeast-1:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
npm install @tidbcloud/serverless
echo "Bxoh2PviimqNru3.root:[email protected]"
export DATABASE_URL=mysql://Bxoh2PviimqNru3.root:${{ secrets.CLUSTER_PSWD_EU_CENTRAL_1 }}@gateway01.eu-central-1.prod.aws.tidbcloud.com/test
node ConnectTest.js
node ConnectTest.js

0 comments on commit c319416

Please sign in to comment.