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'"