ci: run tests before extension packaging

This commit is contained in:
2026-07-31 22:39:49 -04:00
parent 91d530e29b
commit e555c4c116
2 changed files with 13 additions and 2 deletions
+12 -1
View File
@@ -14,7 +14,18 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install deps
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install project dependencies
run: npm ci
- name: Test
run: npm test
- name: Install web-ext
run: npm install -g web-ext
- name: Lint
+1 -1
View File
@@ -25,7 +25,7 @@ Constraints: local commits only; no push; no browser testing; one commit per fea
- [x] Initialize and synchronize the disabled toolbar icon from background state.
- [x] Correct shortcut, subtitle-nudge, live-update, and obsolete troubleshooting copy.
- [ ] Run automated tests in the release workflow before packaging.
- [x] Run automated tests in the release workflow before packaging.
## Verification