Skip to content

Commit

Permalink
ci: enable vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 7, 2024
1 parent 0bf0a3c commit 9ce08f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
node-version: 20
cache: "pnpm"
- run: pnpm install
- name: Fix lint issues
run: pnpm lint:fix
- run: pnpm lint:fix
- run: pnpm vitest run -u
- uses: autofix-ci/action@bee19d72e71787c12ca0f29de72f2833e437e4c9
with:
commit-message: "chore: apply automated fixes"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- run: pnpm test:types
- run: pnpm build
- run: pnpm dev
# - run: pnpm vitest --coverage
- run: pnpm vitest --coverage
- uses: codecov/codecov-action@v4

0 comments on commit 9ce08f4

Please sign in to comment.