diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index 91b7d4a594..4671f7be7f 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -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/'