mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Check code coverage on ubuntu
This commit is contained in:
6
.github/workflows/maven-build.yml
vendored
6
.github/workflows/maven-build.yml
vendored
@@ -64,5 +64,9 @@ jobs:
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
- name: Maven Install
|
||||
- name: Maven Install without Code Coverage
|
||||
if: matrix.os == "windows"
|
||||
run: mvn -B install --file pom.xml
|
||||
- name: Maven Install with Code Coverage
|
||||
if: matrix.os != "windows"
|
||||
run: mvn -B install -D enable-ci --file pom.xml
|
||||
|
||||
Reference in New Issue
Block a user