mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-28 07:03:55 +00:00
fix(ci): set maxWorkers to 1 for jest tests
This commit is contained in:
parent
eae4c16ad0
commit
e107e296c5
@ -1,3 +1,6 @@
|
||||
const nxPreset = require('@nx/jest/preset').default;
|
||||
|
||||
module.exports = { ...nxPreset };
|
||||
module.exports = {
|
||||
...nxPreset,
|
||||
maxWorkers: 1,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user