Skip to content

Commit

Permalink
[GHA] Cleanup duplicate running in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Sep 1, 2024
1 parent c8a6f4e commit 2e01185
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/it-maven-3.6.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ jobs:
distribution: zulu
- name: Load Maven 3.6.3
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=3.6.3 --no-transfer-progress
- name: Build Setup
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=3.6.3 --no-transfer-progress
- name: Integration Test with Maven
run: ./mvnw -B -V -DtestSrc=remote -Prun-its install -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=3.6.3 --no-transfer-progress
run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=3.6.3 --no-transfer-progress
4 changes: 1 addition & 3 deletions .github/workflows/it-maven-4.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ jobs:
distribution: zulu
- name: Load Maven 4.0.0-beta-3
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-beta-3 --no-transfer-progress
- name: Build Setup
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=4.0.0-beta-3 --no-transfer-progress
- name: Integration Test with Maven
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
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
4 changes: 1 addition & 3 deletions .github/workflows/it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ jobs:
with:
java-version: 21
distribution: zulu
- name: Build Setup
run: ./mvnw -B -V clean install -Dlicense.skip=true --no-transfer-progress
- name: Integration Test with Maven
run: ./mvnw -B -V -DtestSrc=remote -Prun-its install -Dinvoker.parallelThreads=8 -Dlicense.skip=true --no-transfer-progress
run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true --no-transfer-progress

0 comments on commit 2e01185

Please sign in to comment.