From c65d991f4285d28bdf009b5518f8d9c167984208 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 11 Aug 2021 13:53:37 +0200 Subject: [PATCH] Add Surefire test results for Gradle integration tests Also add Gradle tests results for native tests as we also run some native tests for Gradle. --- .github/workflows/ci-actions-incremental.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index a0e1bead2ee1b..014187d75a66a 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -440,6 +440,7 @@ jobs: name: "build-reports-Gradle Tests - JDK ${{matrix.java.name}}" path: | **/build/test-results/test/TEST-*.xml + **/target/*-reports/TEST-*.xml target/build-report.json retention-days: 2 @@ -635,5 +636,6 @@ jobs: name: "build-reports-Native Tests - ${{matrix.category}}" path: | **/target/*-reports/TEST-*.xml + **/build/test-results/test/TEST-*.xml target/build-report.json retention-days: 2