Skip to content

Commit c1c09d1

Browse files
committed
Include JUnit attachments in report artifacts
1 parent 15e2f36 commit c1c09d1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
uses: actions/upload-artifact@v7
6262
with:
6363
name: build-reports
64-
path: build/reports/
64+
path: |
65+
build/reports/
66+
build/junit-jupiter/
6567
if-no-files-found: ignore
6668
- name: Upload build result
6769
id: upload-build-result

.github/workflows/check-compatibility-with-latest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ jobs:
8282
uses: actions/upload-artifact@v7
8383
with:
8484
name: build-reports
85-
path: build/reports/
85+
path: |
86+
build/reports/
87+
build/junit-jupiter/
8688
if-no-files-found: ignore
8789

8890
check-compatibility:

0 commit comments

Comments
 (0)