Skip to content

Commit 337d497

Browse files
authored
Update maven-build.yml
1 parent 614c557 commit 337d497

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
restore-keys: |
6666
${{ runner.os }}-maven-
6767
- name: Maven Install without Code Coverage
68-
if: matrix.os == "windows"
68+
if: ${{ matrix.os == 'windows' }}
6969
run: mvn -B install --file pom.xml
7070
- name: Maven Install with Code Coverage
71-
if: matrix.os != "windows"
71+
if: ${{ matrix.os != 'windows' }}
7272
run: mvn -B install -D enable-ci --file pom.xml

0 commit comments

Comments
 (0)