Skip to content

Commit

Permalink
Remove EnricoMi/publish-unit-test-results
Browse files Browse the repository at this point in the history
The publishing of unit test results led to
complications, and is not necessary since they
are uploaded as artifacts anyways.
  • Loading branch information
AntonOellerer committed Nov 8, 2021
1 parent 9622b3c commit 0bd69fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: automatedTests
- name: Publish test results
if: always()
uses: EnricoMi/publish-unit-test-result-action@v1.23
with:
report_individual_runs: true
files: build/test-results/automatedTests/*.xml
- name: Archive test results
uses: actions/upload-artifact@v2
if: always()
Expand Down

0 comments on commit 0bd69fc

Please sign in to comment.