Skip to content

Commit b81ee83

Browse files
authored
Archive Test Reports
Signed-off-by: Gregory Mitchell <[email protected]>
1 parent 31122e6 commit b81ee83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
docker rm mariadb
7070
7171
docker network rm codemc
72+
- name: Archive Test Reports
73+
uses: actions/upload-artifact@v4
74+
with:
75+
name: test-report
76+
path: build/reports/tests/test/
7277
- name: Collect JaCoCo Report
7378
if: ${{ github.event_name != 'pull_request' }}
7479
id: jacoco_reporter

0 commit comments

Comments
 (0)