From f5b5791207caf30cbf17dabf08c747bb30fb56fc Mon Sep 17 00:00:00 2001 From: Guillermo Mazzola Date: Wed, 14 Aug 2024 18:06:56 +0200 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6f89f05..0e91641 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,12 +25,14 @@ jobs: - name: Setup host uses: ./.github/actions/setup-host with: - gradle-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} + gradle-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} - name: Test & Build run: ./gradlew -s build - name: Publish Test Report - uses: gmazzo/publish-report-annotations@v1 if: ${{ !cancelled() }} + uses: gmazzo/publish-report-annotations@v1 + with: + checkName: Test Results - name: Coverage report uses: codecov/codecov-action@v4 with: