Skip to content

Commit

Permalink
[GHA] Fix integration tests for maven 3 and 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Sep 1, 2024
1 parent 107e098 commit 1ce5a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/it-maven-3.6.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Build Setup
run: ./mvnw -B -V clean install -Dmaven.min-version=3.6.3 -Dlicense.skip=true --no-transfer-progress
- name: Integration Test with Maven
run: ./mvnw -B -V -Prun-its clean install -Dmaven.min-version=3.6.3 -Dlicense.skip=true --no-transfer-progress
run: ./mvnw -B -V -Prun-it clean install -Dmaven.min-version=3.6.3 -Dlicense.skip=true --no-transfer-progress
2 changes: 1 addition & 1 deletion .github/workflows/it-maven-4.0.0-beta-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Build Setup
run: ./mvnw -B -V clean install -Dmaven.min-version=4.0.0-beta-3 -Dlicense.skip=true --no-transfer-progress
- name: Integration Test with Maven
run: ./mvnw -B -V -Prun-its clean install -Dmaven.min-version=4.0.0-beta-3 -Dlicense.skip=true --no-transfer-progress
run: ./mvnw -B -V -Prun-it clean install -Dmaven.min-version=4.0.0-beta-3 -Dlicense.skip=true --no-transfer-progress

0 comments on commit 1ce5a95

Please sign in to comment.