Skip to content

Commit 9132783

Browse files
committed
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
1 parent a2497e1 commit 9132783

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ jobs:
145145
touch packages/skin-database/config.js
146146
# Run tests with optimizations for CI
147147
export CI=true
148-
# Skip root-level tests due to Jest configuration conflicts between packages
149-
# pnpm test -- --maxWorkers=2
148+
pnpm test -- --maxWorkers=2
150149
pnpm --filter webamp test -- --maxWorkers=2
151150
env:
152151
NODE_ENV: test

0 commit comments

Comments
 (0)