Skip to content

Commit

Permalink
Revert "Better test results"
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan authored Sep 9, 2022
1 parent 1b0c2cf commit 47e9a16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
env:
MAVEN_OPTS: ${{ matrix.maven-opts }}
run: mvn ${{ matrix.maven-params }} test javadoc:javadoc
- name: Upload test results
uses: actions/upload-artifact@v2 # upload test results
if: success() || failure() # run this step even if previous step failed
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
name: test-results
path: '**/target/surefire-reports/TEST-*.xml'
report_paths: '**/target/surefire-reports/TEST-*.xml'
16 changes: 0 additions & 16 deletions .github/workflows/test-report.yml

This file was deleted.

0 comments on commit 47e9a16

Please sign in to comment.