Skip to content

Commit

Permalink
Merge pull request #26890 from storybookjs/yann/fix-test-runner-prod
Browse files Browse the repository at this point in the history
Build: Fix the test-runner-prod step
  • Loading branch information
yannbf committed Apr 19, 2024
2 parents c12ae69 + f2da3b4 commit 479b8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tasks/test-runner-build.ts
Expand Up @@ -13,7 +13,7 @@ export const testRunnerBuild: Task & { port: number } = {
async run({ sandboxDir, junitFilename }, { dryRun, debug }) {
const execOptions = { cwd: sandboxDir };
const flags = [
`--url http://localhost:${this.port}`,
`--url http://127.0.0.1:${this.port}`,
'--junit',
'--maxWorkers=2',
'--failOnConsole',
Expand Down

0 comments on commit 479b8e9

Please sign in to comment.