Skip to content

Commit fcd116e

Browse files
committed
run 100x
1 parent c38b49c commit fcd116e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flaky-test-detector.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ jobs:
7777
working-directory: packages/browser-integration-tests
7878
env:
7979
CHANGED_TEST_PATHS: ${{ steps.changed.outputs.browser_integration_files }}
80-
TEST_RUN_COUNT: 10
80+
# Run 100 times when detecting changed test(s), else run all tests 5x
81+
TEST_RUN_COUNT: ${{ steps.changed.outputs.browser_integration == 'true' && 100 || 5x }}

0 commit comments

Comments
 (0)