Skip to content

Commit

Permalink
Upload build/reports artifacts in PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jul 11, 2023
1 parent 9a03a35 commit 4e7527e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ jobs:
- name: Print JVM thread dumps when cancelled
uses: ./.github/actions/print-jvm-thread-dumps
if: cancelled()

- name: Upload build reports
uses: actions/upload-artifact@v3
with:
name: build-reports
path: '**/build/reports/'

0 comments on commit 4e7527e

Please sign in to comment.