Normalize mvn invocation on GitHub
This commit is contained in:
parent
bb99f201b1
commit
506a586063
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue