Skip to content

Commit f50c26f

Browse files
authored
Merge pull request #23755 from storybookjs/kasper/ci-flake
Build: Fix CI flakiness by setting TEST_ROOT for the test runner
2 parents d112cba + aeba561 commit f50c26f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tasks/test-runner-build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const testRunnerBuild: Task & { port: number } = {
2525
...execOptions,
2626
env: {
2727
JEST_JUNIT_OUTPUT_FILE: junitFilename,
28+
TEST_ROOT: sandboxDir,
2829
},
2930
},
3031
{ dryRun, debug }

0 commit comments

Comments
 (0)