Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed Dec 22, 2021
1 parent 9e2cfcf commit 1fe66be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- run: mvn clean verify -B -V -e -ntp
- if: matrix.os == 'windows-latest' && matrix.java == '17'
- if: matrix.os == 'macOS-latest' && matrix.java == '17'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 1fe66be

Please sign in to comment.