From 01e0b32ffb0aac019331970a1f3b386fb986fe36 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 3 Jan 2025 10:54:17 +0000 Subject: [PATCH] Update test report config --- .github/workflows/ci.yml | 8 ++++++++ .github/workflows/root.yml | 5 +++++ .github/workflows/tag.yml | 7 +++++++ 3 files changed, 20 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 655f27e..43b9db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: CI (PRs/branches) +permissions: + checks: write + pull-requests: write + on: push: branches-ignore: @@ -44,6 +48,10 @@ jobs: with: report_paths: '**/build/test-results/test/TEST-*.xml' + include_passed: true + detailed_summary: true + comment: true + - name: Upload JARs uses: actions/upload-artifact@v4 diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 1fd254e..24f78d3 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -8,6 +8,8 @@ on: permissions: contents: write id-token: write + checks: write + pull-requests: write jobs: build: @@ -53,6 +55,9 @@ jobs: with: report_paths: '**/build/test-results/test/TEST-*.xml' + include_passed: true + detailed_summary: true + - name: Upload JARs uses: actions/upload-artifact@v4 diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index bb399c8..51e4c97 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -1,5 +1,9 @@ name: Release Tag +permissions: + checks: write + pull-requests: write + on: push: tags: @@ -63,6 +67,9 @@ jobs: with: report_paths: '**/build/test-results/test/TEST-*.xml' + include_passed: true + detailed_summary: true + - name: Create release description run: kotlin .github/tag.main.kts