8000
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 c090824 commit 84eaf8fCopy full SHA for 84eaf8f
.github/workflows/test.yml
@@ -8,6 +8,8 @@ on:
8
branches:
9
- main
10
- release-*
11
+env:
12
+ PW_MAX_RETRIES: 3
13
jobs:
14
dev:
15
timeout-minutes: 30
pom.xml
@@ -159,6 +159,7 @@
159
</configurationParameters>
160
</properties>
161
<failIfNoTests>false</failIfNoTests>
162
+ <rerunFailingTestsCount>${env.PW_MAX_RETRIES}</rerunFailingTestsCount>
163
<!-- Activate the use of TCP to transmit events to the plugin and avoid
164
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM -->
165
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
0 commit comments