Skip to content

Commit

Permalink
test: run pnpm test on CI (#2872)
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 authored Jan 14, 2024
1 parent ef63a30 commit 387a3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
pnpm clean
pnpm build
pnpm run-all-checks
pnpm test
pnpm test:build
1 change: 1 addition & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
pnpm build
pnpm run-all-checks
pnpm attw
pnpm test
pnpm test:build
e2e:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 387a3ab

Please sign in to comment.