Skip to content

Commit

Permalink
use install instead of verify
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Feb 7, 2024
1 parent 189e0f3 commit 8d2775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
with:
java-version: ${{ matrix.java-version }}
distribution: 'zulu'
- run: mvn --batch-mode verify
- run: mvn --batch-mode install

0 comments on commit 8d2775b

Please sign in to comment.