diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 168589f6..2e8ee59e 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -41,7 +41,9 @@ jobs: ORG_GRADLE_PROJECT_signingKey: ${{secrets.GPG_PRIVATE_KEY}} ORG_GRADLE_PROJECT_signingPassword: ${{secrets.GPG_PASSWORD}} - - uses: actions/upload-artifact@v4 + - name: Upload test results + uses: actions/upload-artifact@v4 + if: success() || failure() with: name: reports path: build/reports/