mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-08 11:05:46 +00:00
Normalize mvn invocation on GitHub
This commit is contained in:
parent
bb99f201b1
commit
506a586063
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -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
|
||||
|
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -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…
x
Reference in New Issue
Block a user