Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Apr 22, 2024
1 parent f72f158 commit 33743fd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: test windows
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up ticloud
uses: tidbcloud/setup-tidbcloud-cli@v0
with:
api_public_key: ${{ secrets.CREATE_TEST_PUBLIC_KEY }}
api_private_key: ${{ secrets.CREATE_TEST_PRIVATE_KEY }}
- name: run
run: |
ticloud config describe default
ticloud version
ticloud serverless ls -p 1372813089191151295

0 comments on commit 33743fd

Please sign in to comment.