Skip to content

Commit

Permalink
Hide annotate notice from test results
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Sep 9, 2022
1 parent cbf24e2 commit 5cb22b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
env:
MAVEN_OPTS: ${{ matrix.maven-opts }}
run: mvn ${{ matrix.maven-params }} test javadoc:javadoc
- name: Publish Test Report
- name: Publish Test Report ${{ matrix.java }}
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: '**/target/surefire-reports/TEST-*.xml'
annotate_notice: false

0 comments on commit 5cb22b7

Please sign in to comment.