Skip to content

Commit

Permalink
Update code-check.yml for run test
Browse files Browse the repository at this point in the history
  • Loading branch information
qcjxs authored Sep 7, 2023
1 parent 786d29e commit ef06102
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ jobs:
- name: lint
run: pnpm lint

- name: build
run: pnpm build
- name: test
run: pnpm test
env:
CI: true

0 comments on commit ef06102

Please sign in to comment.