Skip to content

Commit

Permalink
ci: 🎡 fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
vzt7 committed Oct 25, 2023
1 parent b53f231 commit 8ca74f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
node-version: 16
cache: 'pnpm'
- run: pnpm install
- run: pnpm -v
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm build
- run: pnpm vitest --coverage
- run: pnpm vitest run --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"unbuild": "^2.0.0",
"vitest": "^0.25.6"
},
"packageManager": "pnpm@7.18.1"
"packageManager": "pnpm@8.6.12"
}

0 comments on commit 8ca74f0

Please sign in to comment.