Skip to content

Commit 2a777f3

Browse files
(Fix/ci) remove surefire rerun flag when tests are skipped (#1897)
* (fix/ci) remove surefire rerun flag when tests are skipped * (fix/ci) remove surefire rerun flag when tests are skipped in ci-weekly
1 parent ee5e30a commit 2a777f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
distribution: temurin
5555
cache: 'maven'
5656
- name: Build
57-
run: mvn -U -B -e clean install -DskipTests -Dsurefire.rerunFailingTestsCount=3
57+
run: mvn -U -B -e clean install -DskipTests
5858
- name: Verify
5959
run: mvn apache-rat:check
6060

.github/workflows/ci-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
distribution: temurin
5353
cache: 'maven'
5454
- name: Build
55-
run: mvn -U -B -e clean install -DskipTests -Dsurefire.rerunFailingTestsCount=3
55+
run: mvn -U -B -e clean install -DskipTests
5656
- name: Verify
5757
run: mvn apache-rat:check
5858

0 commit comments

Comments
 (0)