Skip to content

Commit

Permalink
Merge pull request #56 from DolphFlynn/action
Browse files Browse the repository at this point in the history
Archive JUnit test report.
  • Loading branch information
DolphFlynn authored Aug 5, 2024
2 parents 03d260d + cda7870 commit e1f7f1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@ jobs:
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: test

- name: Publish test report on failure
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-report
path: build/reports
if-no-files-found: ignore
retention-days: 1

0 comments on commit e1f7f1a

Please sign in to comment.