Skip to content

Commit

Permalink
ci: don't rerun prettier in tests, it's already run in style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Nov 30, 2024
1 parent 700d83c commit 3c83f5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
cache: "pnpm"

- run: pnpm install
- run: pnpm prettier
- run: pnpm test

# need to work around https://github.com/cypress-io/github-action/issues/1246
Expand Down

0 comments on commit 3c83f5b

Please sign in to comment.