Skip to content

Commit

Permalink
Don't run tests with coverage
Browse files Browse the repository at this point in the history
We'll implement it once we know how to make it work and once we actually
want it.
  • Loading branch information
silvenon committed Feb 1, 2024
1 parent 0ca2664 commit 5c69ae2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 472 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: npm install

- name: Run vitest
run: npx vitest run --coverage
run: npx vitest run

playwright:
name: Playwright
Expand Down

0 comments on commit 5c69ae2

Please sign in to comment.