Skip to content

Commit

Permalink
invoke plugin and store job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Aug 25, 2024
1 parent be6fd9f commit a626d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
- name: Build with Maven
run: mvn -B package
- name: japicmp report in Job Summary
run: cat ./japicmp/target/japicmp/japicmp.md >> GITHUB_STEP_SUMMARY
run: mvn -Pjapicmp com.github.siom79.japicmp:japicmp-maven-plugin:cmp && \
cat ./japicmp/target/japicmp/japicmp.md >> GITHUB_STEP_SUMMARY

0 comments on commit a626d37

Please sign in to comment.