Skip to content

Commit

Permalink
Merge pull request #23 from tidbcloud/chore/add-test-ci
Browse files Browse the repository at this point in the history
chore: add test ci
  • Loading branch information
baurine authored Jun 26, 2024
2 parents 47f5be5 + 0596003 commit 5972cc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build & Test

on:
pull_request:
Expand All @@ -24,3 +24,6 @@ jobs:

- name: Build Package
run: pnpm build

- name: Test
run: pnpm test
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: Test
run: pnpm test

- name: Build Package
run: pnpm build

Expand Down

0 comments on commit 5972cc7

Please sign in to comment.