From 2fac515a5504b57f978e409817dd1c1534501f0c Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Thu, 30 Sep 2021 10:44:48 +1000 Subject: [PATCH] Include more info if the gradle build fails --- .github/workflows/ci-actions-incremental.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index 78c8906b9f2af..04679c1e682e5 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -448,7 +448,7 @@ jobs: name: "build-reports-Gradle Tests - JDK ${{matrix.java.name}}" path: | **/build/test-results/test/TEST-*.xml - **/target/*-reports/TEST-*.xml + **/target/** target/build-report.json LICENSE.txt retention-days: 2