Skip to content

Commit

Permalink
ci: disable vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 16, 2023
1 parent 817c9c8 commit dad6b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- run: pnpm install
- run: pnpm lint
- run: pnpm build
- run: pnpm vitest --coverage
- uses: codecov/codecov-action@v3
# - run: pnpm vitest --coverage
# - uses: codecov/codecov-action@v3

0 comments on commit dad6b63

Please sign in to comment.