Skip to content

Commit 2252dc6

Browse files
committed
fix workflow
1 parent 10aa12e commit 2252dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
env:
7979
CHANGED_TEST_PATHS: ${{ steps.changed.outputs.browser_integration_files }}
8080
# 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 }}
81+
TEST_RUN_COUNT: ${{ steps.changed.outputs.browser_integration == 'true' && 100 || 5 }}

0 commit comments

Comments
 (0)