mirror of
https://github.com/banisterious/obsidian-custom-selected-word-count.git
synced 2026-07-22 05:49:07 +00:00
ci(release): run vitest between Lint and Build
Phase 4 added a vitest characterization suite. Hook it into the release workflow so a failing test blocks the draft release alongside lint and build. Ordering matches the per-phase quality gates: Lint, Test, Build.
This commit is contained in:
parent
974bd2b3aa
commit
1e336b7bb1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -40,6 +40,9 @@ jobs:
|
|||
- name: Lint (eslint)
|
||||
run: npm run lint
|
||||
|
||||
- name: Test (vitest)
|
||||
run: npm test
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue