There was an error while loading. Please reload this page.
1 parent 614c557 commit 337d497Copy full SHA for 337d497
1 file changed
.github/workflows/maven-build.yml
@@ -65,8 +65,8 @@ jobs:
65
restore-keys: |
66
${{ runner.os }}-maven-
67
- name: Maven Install without Code Coverage
68
- if: matrix.os == "windows"
+ if: ${{ matrix.os == 'windows' }}
69
run: mvn -B install --file pom.xml
70
- name: Maven Install with Code Coverage
71
- if: matrix.os != "windows"
+ if: ${{ matrix.os != 'windows' }}
72
run: mvn -B install -D enable-ci --file pom.xml
0 commit comments