From 96430db69c3c617cb8756d9db0177c1330f163c3 Mon Sep 17 00:00:00 2001 From: Silthus <755327+Silthus@users.noreply.github.com> Date: Sat, 20 Nov 2021 09:31:13 +0100 Subject: [PATCH] feat(ci): publish unit test report directly in github --- .github/workflows/gradle.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 285f016..34c9edd 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -74,12 +74,9 @@ jobs: with: file: "**/build/reports/jacoco/**/*.xml" - - name: Upload Test Report - uses: actions/upload-artifact@v2 + - name: Publish Unit Test Results + uses: EnricoMi/publish-unit-test-result-action@v1.24 if: always() - with: - name: build reports - path: "**/build/reports" release: needs: [build, test]