Skip to content

Commit

Permalink
Merge pull request #23755 from storybookjs/kasper/ci-flake
Browse files Browse the repository at this point in the history
Build: Fix CI flakiness by setting TEST_ROOT for the test runner
(cherry picked from commit f50c26f)
  • Loading branch information
kasperpeulen authored and storybook-bot committed Aug 9, 2023
1 parent 5490454 commit b97b599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tasks/test-runner-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const testRunnerBuild: Task & { port: number } = {
...execOptions,
env: {
JEST_JUNIT_OUTPUT_FILE: junitFilename,
TEST_ROOT: sandboxDir,
},
},
{ dryRun, debug }
Expand Down

0 comments on commit b97b599

Please sign in to comment.