Skip to content

Commit 4e7527e

Browse files
committed
Upload build/reports artifacts in PR builds
Closes gh-36307
1 parent 9a03a35 commit 4e7527e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ jobs:
3434
- name: Print JVM thread dumps when cancelled
3535
uses: ./.github/actions/print-jvm-thread-dumps
3636
if: cancelled()
37+
38+
- name: Upload build reports
39+
uses: actions/upload-artifact@v3
40+
with:
41+
name: build-reports
42+
path: '**/build/reports/'

0 commit comments

Comments
 (0)