Skip to content

Commit

Permalink
Capture Test Results in PR Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Mar 15, 2021
1 parent 70d79b5 commit c29395e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ jobs:
uses: burrunan/gradle-cache-action@v1
with:
arguments: check

- name: Capture Test Results
uses: actions/upload-artifact@v2
with:
name: test-results
path: */build/reports/tests/**/*.*
retention-days: 3

0 comments on commit c29395e

Please sign in to comment.