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 c38b49c commit fcd116eCopy full SHA for fcd116e
.github/workflows/flaky-test-detector.yml
@@ -77,4 +77,5 @@ jobs:
77
working-directory: packages/browser-integration-tests
78
env:
79
CHANGED_TEST_PATHS: ${{ steps.changed.outputs.browser_integration_files }}
80
- TEST_RUN_COUNT: 10
+ # 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