Skip to content

Commit

Permalink
one invocation in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Aug 25, 2024
1 parent 2d97d9d commit a425106
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
java-version: ${{ matrix.java }}
cache: maven
- name: Build with Maven
run: mvn -B package && \
shell: bash
run: |
mvn -B package
cat ./japicmp-testbase/japicmp-test-maven-plugin/target/japicmp/github-job-summary.md >> GITHUB_STEP_SUMMARY

0 comments on commit a425106

Please sign in to comment.