Skip to content

Commit

Permalink
use mvn install
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Aug 25, 2024
1 parent f0d4705 commit 128e0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Build with Maven
shell: bash
run: |
mvn -B verify
mvn -B install
mvn -pl japicmp site:site
cat japicmp/target/site/japicmp.md >$GITHUB_STEP_SUMMARY

0 comments on commit 128e0c4

Please sign in to comment.