diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index c8f34c0..471d6d0 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -11,6 +11,7 @@ on: permissions: contents: write packages: write + checks: write jobs: build-and-publish: @@ -72,7 +73,7 @@ jobs: path: target/surefire-reports/junitreports/*.xml reporter: java-junit fail-on-error: false - only-summary: true + use-actions-summary: false - name: Publish to GitHub Packages if: github.event_name == 'push'