Skip to content

Commit bdb5b1c

Browse files
committed
debug
1 parent a94d7d7 commit bdb5b1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ jobs:
217217

218218
- name: 'Run the integration tests'
219219
run: |
220-
node ./scripts/run-yarn.js test:integration --runInBand
220+
node ./scripts/run-yarn.js test:integration --maxWorkers=100%
221221
shell: bash
222222

223223
- name: 'Run the unit tests'
224224
run: |
225-
node ./scripts/run-yarn.js test:unit
225+
node ./scripts/run-yarn.js test:unit --maxWorkers=100%
226226
shell: bash

packages/acceptance-tests/pkg-tests-core/sources/utils/makeTemporaryEnv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const mte = generatePkgDriver({
4949
[`YARN_ENABLE_TIMERS`]: `false`,
5050
[`YARN_ENABLE_PROGRESS_BARS`]: `false`,
5151
// Otherwise the output wouldn't be the same on CI vs non-CI
52-
[`YARN_ENABLE_INLINE_BUILDS`]: `false`,
52+
[`YARN_ENABLE_INLINE_BUILDS`]: `true`,
5353
[`YARN_PREFER_AGGREGATE_CACHE_INFO`]: `false`,
5454
// Otherwise we would more often test the fallback rather than the real logic
5555
[`YARN_PNP_FALLBACK_MODE`]: `none`,

0 commit comments

Comments
 (0)