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 5b68e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: pnpm install
- 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

0 comments on commit 5b68e57

Please sign in to comment.