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 aa60d96 commit 34b1219Copy full SHA for 34b1219
packages/acceptance-tests/pkg-tests-core/sources/utils/makeTemporaryEnv.ts
@@ -51,7 +51,8 @@ const mte = generatePkgDriver({
51
[`YARN_ENABLE_TIMERS`]: `false`,
52
[`FORCE_COLOR`]: `0`,
53
// Otherwise the output wouldn't be the same on CI vs non-CI
54
- [`YARN_ENABLE_INLINE_BUILDS`]: `false`,
+ [`YARN_ENABLE_INLINE_BUILDS`]: `true`,
55
+ [`YARN_PREFER_AGGREGATE_CACHE_INFO`]: `false`,
56
// Otherwise we would more often test the fallback rather than the real logic
57
[`YARN_PNP_FALLBACK_MODE`]: `none`,
58
// Otherwise tests fail on systems where this is globally set to true
0 commit comments