We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7960f48 commit ed71a79Copy full SHA for ed71a79
.circleci/config.yml
@@ -119,10 +119,6 @@ jobs:
119
--ignore @requestnetwork/payment-processor \
120
--ignore @requestnetwork/integration-test \
121
--concurrency=2
122
- environment:
123
- # Lerna starts 2 Jest commands at the same time (see above --concurrency=2),
124
- # so we use 50% of our CPU cores on each
125
- JEST_MAX_WORKERS: '50%'
126
- store_test_results:
127
path: packages/advance-logic/reports/
128
jest.config.js
@@ -17,5 +17,4 @@ module.exports = {
17
},
18
],
19
20
- ...(process.env.JEST_MAX_WORKERS ? { maxWorkers: process.env.JEST_MAX_WORKERS } : {}),
21
};
0 commit comments