Skip to content

Commit

Permalink
ci: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Jan 6, 2023
1 parent 19b0ab8 commit c7de558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: pnpm run intall
- name: pnpm run intall, build
run: |
pnpm install
pnpm run init
- name: Run tests
run: pnpm run test:coverage
Expand Down

0 comments on commit c7de558

Please sign in to comment.