Skip to content

Commit 4f99cf9

Browse files
committed
Upload Gradle reports in ci-lifecycle job
1 parent 3204fd0 commit 4f99cf9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ jobs:
9393
name: gradle-test-results-lifecycle
9494
path: "**/build/test-results/**/*.xml"
9595

96+
- name: Upload Gradle reports
97+
if: (!cancelled())
98+
uses: actions/upload-artifact@v4
99+
with:
100+
name: gradle-reports-lifecycle
101+
path: '**/build/reports/'
102+
96103
ci-ets:
97104
name: Run ETS tests
98105
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)