Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
Showing only changes of commit 585a4c0500 - Show all commits
+5 -1
View File
@@ -61,14 +61,18 @@ jobs:
cache-dependency-path: 'dashboard/frontend/package-lock.json'
- name: Install dependencies
env:
NODE_OPTIONS: "--max-old-space-size=2048"
run: |
cd dashboard/frontend
npm ci
- name: Run tests
env:
NODE_OPTIONS: "--max-old-space-size=2048"
run: |
cd dashboard/frontend
npm run test:coverage -- --reporter=verbose --run
npm run test:coverage -- --reporter=verbose --run --pool=forks --poolOptions.forks.maxForks=2
test-summary:
name: Test Summary