Skip to content

Commit

Permalink
Update test report config
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jan 3, 2025
1 parent 584a32c commit 01e0b32
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI (PRs/branches)

permissions:
checks: write
pull-requests: write

on:
push:
branches-ignore:
Expand Down Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
permissions:
contents: write
id-token: write
checks: write
pull-requests: write

jobs:
build:
Expand Down Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release Tag

permissions:
checks: write
pull-requests: write

on:
push:
tags:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 01e0b32

Please sign in to comment.