Skip to content

Commit

Permalink
reorder ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 24, 2022
1 parent 69ec2ed commit e7f8509
Show file tree
Hide file tree
Showing 2 changed files with 1,509 additions and 1,287 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
${{ runner.os }}-pnpm-store-
- run: pnpm install
- run: pnpm types:check
- run: pnpm lint
- run: pnpm build
- run: pnpm types:check
- run: pnpm test-typing
- run: pnpm test
env:
Expand Down

0 comments on commit e7f8509

Please sign in to comment.