fix: skip standalone packaging in test workflow

This commit is contained in:
kvyb
2025-09-22 13:11:26 +08:00
parent 75a7a3b0d9
commit 9c5e33e705
+5 -2
View File
@@ -87,8 +87,11 @@ jobs:
run: npm run format
# Build the extension before running tests
- name: Build Tests and Extension
run: npm run pretest
- name: Build Tests and Extension (skip standalone packaging)
run: |
npm run compile
npm run compile-tests
npm run lint
- name: Unit Tests (with coverage on Linux)
run: |