We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5e30a commit 2a777f3Copy full SHA for 2a777f3
.github/workflows/ci-nightly.yml
@@ -54,7 +54,7 @@ jobs:
54
distribution: temurin
55
cache: 'maven'
56
- name: Build
57
- run: mvn -U -B -e clean install -DskipTests -Dsurefire.rerunFailingTestsCount=3
+ run: mvn -U -B -e clean install -DskipTests
58
- name: Verify
59
run: mvn apache-rat:check
60
.github/workflows/ci-weekly.yml
@@ -52,7 +52,7 @@ jobs:
52
53
0 commit comments