chore: run unit tests in watch mode by default (#2525)
This commit is contained in:
parent
07042b9f31
commit
b7c22287d6
2 changed files with 3 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: pnpm nuxi prepare
|
||||
|
||||
- name: 🧪 Test project
|
||||
run: pnpm test
|
||||
run: pnpm test:ci
|
||||
|
||||
- name: 📝 Lint
|
||||
run: pnpm lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue