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 5a03c70 commit 3ce424aCopy full SHA for 3ce424a
.github/workflows/nightly_repeated_unittest.yml
@@ -3,6 +3,9 @@ on:
3
workflow_dispatch:
4
schedule:
5
- cron: '30 1 * * *'
6
+ push:
7
+ branches:
8
+ - chore/fix-nightly-repeated-test
9
10
permissions:
11
contents: read
@@ -37,5 +40,5 @@ jobs:
37
40
scheme: ${{ matrix.scheme }}
38
41
timeout-minutes: 120
39
42
generate_coverage_report: false
- test_iterations_flags: -test-iterations 5 -run-tests-until-failure -parallel-testing-enabled NO -test-repetition-relaunch-enabled YES
43
+ test_iterations_flags: -test-iterations 1 -run-tests-until-failure -parallel-testing-enabled NO -test-repetition-relaunch-enabled YES
44
test_without_building: true
0 commit comments