From 85aae0d25a35a1db3521749114eb7e0790c332d6 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Sun, 20 Aug 2023 14:19:31 +0200 Subject: [PATCH] Add GH build failure section Signed-off-by: Paolo Di Tommaso --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a049e7..f30df64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,13 @@ jobs: name: nativeCompile-${{ matrix.os }} path: ./app/build/native/nativeCompile + - name: Publish tests report + if: failure() + uses: actions/upload-artifact@v3 + with: + name: test-reports-jdk-${{ matrix.java_version }} + path: | + **/build/reports/tests/test release: name: Release if: "contains(github.event.head_commit.message, '[release]') && github.event.ref=='refs/heads/master'"