fix: use named frontend workspace in CI
This commit is contained in:
@@ -37,10 +37,10 @@ jobs:
|
|||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
|
|
||||||
- name: Install frontend dependencies
|
- name: Install frontend dependencies
|
||||||
run: npm ci -w frontend
|
run: npm ci -w @ainative-okr/frontend
|
||||||
|
|
||||||
- name: Run Vitest (16 tests)
|
- 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)
|
# Job 2 — CASAN Security Gate + Vault KMS signing (H4/H5/H2/H6/H7)
|
||||||
|
|||||||
Reference in New Issue
Block a user