Skip to content

Commit c8a6f4e

Browse files
authored
Merge pull request #876 from hazendaz/master
Updates to integration tests action
2 parents a495962 + 296a9a9 commit c8a6f4e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
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
1919
- name: Build Setup
20-
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=3.6.3
20+
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=3.6.3 --no-transfer-progress
2121
- name: Integration Test with Maven
22-
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=3.6.3
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Build Setup
2020
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=4.0.0-beta-3 --no-transfer-progress
2121
- name: Integration Test with Maven
22-
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-beta-3 --no-transfer-progress
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

.github/workflows/it.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Build Setup
1818
run: ./mvnw -B -V clean install -Dlicense.skip=true --no-transfer-progress
1919
- name: Integration Test with Maven
20-
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=8 -Dlicense.skip=true --no-transfer-progress
20+
run: ./mvnw -B -V -DtestSrc=remote -Prun-its install -Dinvoker.parallelThreads=8 -Dlicense.skip=true --no-transfer-progress

0 commit comments

Comments
 (0)