1
0

Normalize mvn invocation on GitHub

This commit is contained in:
Gary Gregory
2023-10-11 07:47:08 -04:00
parent 863d5612c2
commit 01428a7c12
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@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4