From 91327830d783f731aee6866e2b6b9ba0bb468c19 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 6 Jul 2025 14:34:03 -0700 Subject: [PATCH] Re-enable Jest tests in CI - Jest environment issues are now fixed with v29.7.0 upgrade - Tests work properly with the updated configuration - Some packages may have snapshot format changes but tests pass --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c9bbd09..dfca3ec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,8 +145,7 @@ jobs: touch packages/skin-database/config.js # Run tests with optimizations for CI export CI=true - # Skip root-level tests due to Jest configuration conflicts between packages - # pnpm test -- --maxWorkers=2 + pnpm test -- --maxWorkers=2 pnpm --filter webamp test -- --maxWorkers=2 env: NODE_ENV: test