Update maven-build.yml

This commit is contained in:
Liam Newman
2020-02-21 15:44:31 -08:00
committed by GitHub
parent 337d49770d
commit 137d4f591f

View File

@@ -65,8 +65,8 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Maven Install without Code Coverage
if: ${{ matrix.os == 'windows' }}
if: matrix.os == 'windows'
run: mvn -B install --file pom.xml
- name: Maven Install with Code Coverage
if: ${{ matrix.os != 'windows' }}
if: matrix.os != 'windows'
run: mvn -B install -D enable-ci --file pom.xml