-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f72f158
commit 33743fd
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |