Skip to content

Commit 83a7ff0

Browse files
committed
Normalize mvn invocation on GitHub
1 parent 4deafd4 commit 83a7ff0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
distribution: 'temurin'
4545
java-version: ${{ matrix.java }}
4646
- name: Build with Maven
47-
run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress
47+
run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report
4848

4949
- name: Upload coverage to Codecov
5050
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
distribution: 'temurin'
5050
java-version: ${{ matrix.java }}
5151
- name: Build with Maven
52-
run: mvn -V --file pom.xml --no-transfer-progress
52+
run: mvn --show-version --batch-mode --no-transfer-progress

0 commit comments

Comments
 (0)