mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
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
This commit is contained in:
parent
a2497e17ac
commit
91327830d7
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue