Skip to content

Commit ed71a79

Browse files
undo ci change
1 parent 7960f48 commit ed71a79

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ jobs:
119119
--ignore @requestnetwork/payment-processor \
120120
--ignore @requestnetwork/integration-test \
121121
--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%'
126122
- store_test_results:
127123
path: packages/advance-logic/reports/
128124
- store_test_results:

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ module.exports = {
1717
},
1818
],
1919
],
20-
...(process.env.JEST_MAX_WORKERS ? { maxWorkers: process.env.JEST_MAX_WORKERS } : {}),
2120
};

0 commit comments

Comments
 (0)