Browse Source

Upload build/reports artifacts in PR builds

Closes gh-36307
pull/36620/head
Andy Wilkinson 2 years ago
parent
commit
4e7527e74f
  1. 6
      .github/workflows/build-pull-request.yml

6
.github/workflows/build-pull-request.yml

@ -34,3 +34,9 @@ jobs: @@ -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/'

Loading…
Cancel
Save