Skip to content

Commit 494c61e

Browse files
authored
Merge pull request #877 from hazendaz/master
[GHA] Cleanup duplicate running in integration tests
2 parents c8a6f4e + 2e01185 commit 494c61e

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/it-maven-3.6.3.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ jobs:
1616
distribution: zulu
1717
- name: Load Maven 3.6.3
1818
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=3.6.3 --no-transfer-progress
19-
- name: Build Setup
20-
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=3.6.3 --no-transfer-progress
2119
- name: Integration Test with Maven
22-
run: ./mvnw -B -V -DtestSrc=remote -Prun-its install -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=3.6.3 --no-transfer-progress
20+
run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=3.6.3 --no-transfer-progress

.github/workflows/it-maven-4.0.0.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ jobs:
1616
distribution: zulu
1717
- name: Load Maven 4.0.0-beta-3
1818
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-beta-3 --no-transfer-progress
19-
- name: Build Setup
20-
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=4.0.0-beta-3 --no-transfer-progress
2119
- name: Integration Test with Maven
22-
run: ./mvnw -B -V -DtestSrc=remote -Prun-its install -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-beta-3 --no-transfer-progress
20+
run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-beta-3 --no-transfer-progress

.github/workflows/it.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ jobs:
1414
with:
1515
java-version: 21
1616
distribution: zulu
17-
- name: Build Setup
18-
run: ./mvnw -B -V clean install -Dlicense.skip=true --no-transfer-progress
1917
- name: Integration Test with Maven
20-
run: ./mvnw -B -V -DtestSrc=remote -Prun-its install -Dinvoker.parallelThreads=8 -Dlicense.skip=true --no-transfer-progress
18+
run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true --no-transfer-progress

0 commit comments

Comments
 (0)