Skip to content

Commit

Permalink
Archive Test Reports
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Mitchell <[email protected]>
  • Loading branch information
gmitch215 authored Nov 11, 2024
1 parent 31122e6 commit b81ee83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
docker rm mariadb
docker network rm codemc
- name: Archive Test Reports
uses: actions/upload-artifact@v4
with:
name: test-report
path: build/reports/tests/test/
- name: Collect JaCoCo Report
if: ${{ github.event_name != 'pull_request' }}
id: jacoco_reporter
Expand Down

0 comments on commit b81ee83

Please sign in to comment.