Normalize mvn invocation on GitHub

This commit is contained in:
Gary Gregory 2023-10-11 07:28:48 -04:00
parent bb99f201b1
commit 506a586063
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress
run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

View File

@ -50,4 +50,4 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build with Maven
# Use the default goal
run: mvn -V --file pom.xml --no-transfer-progress
run: mvn --show-version --batch-mode --no-transfer-progress