fix: use named frontend workspace in CI

This commit is contained in:
thanhnv
2026-07-18 09:08:19 +07:00
parent e50714d622
commit d9ca8df2d6
+2 -2
View File
@@ -37,10 +37,10 @@ jobs:
cache-dependency-path: package-lock.json
- name: Install frontend dependencies
run: npm ci -w frontend
run: npm ci -w @ainative-okr/frontend
- name: Run Vitest (16 tests)
run: npm test -w frontend
run: npm test -w @ainative-okr/frontend
# ──────────────────────────────────────────────────────────────────────────
# Job 2 — CASAN Security Gate + Vault KMS signing (H4/H5/H2/H6/H7)