Skip to content

Commit

Permalink
Add test reports upload to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Oct 26, 2024
1 parent e30c1b2 commit a06d13a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
with:
name: Artifacts_j${{ matrix.java }}
path: ./build/libs/
- name: "Upload test reports"
uses: actions/upload-artifact@v4
with:
name: test_reports_j${{ matrix.java }}
retention-days: 2
path: ./build/reports/tests/

0 comments on commit a06d13a

Please sign in to comment.