feat(ci): types package test
CI / Lint, Build & Test (pull_request) Failing after 27s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Failing after 4s

This commit is contained in:
2026-03-08 15:35:02 -07:00
parent d523c6a87e
commit b70b0b04bf
+3
View File
@@ -55,6 +55,9 @@ jobs:
- name: Build (web)
run: pnpm --filter @elysium/web build
- name: Test (types package)
run: pnpm --filter @elysium/types test
- name: Test (API)
run: pnpm --filter @elysium/api test