Skip to content

Commit

Permalink
run e2e tests 30 times
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Jan 4, 2024
1 parent d789da7 commit d9458f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
.fill(start)
.map((value, index) => value + index);
}
return range(0, ${{ inputs.pr_number != null && inputs.pr_number || 10 }})
return range(0, ${{ inputs.pr_number != null && inputs.pr_number || 30 }})
e2e-tests-build:
name: 'Tests: End-to-end build to detect flaky tests'
Expand Down

0 comments on commit d9458f7

Please sign in to comment.