We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10aa12e commit 2252dc6Copy full SHA for 2252dc6
.github/workflows/flaky-test-detector.yml
@@ -78,4 +78,4 @@ jobs:
78
env:
79
CHANGED_TEST_PATHS: ${{ steps.changed.outputs.browser_integration_files }}
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 }}
+ TEST_RUN_COUNT: ${{ steps.changed.outputs.browser_integration == 'true' && 100 || 5 }}
0 commit comments