Skip to content

Commit

Permalink
Save test report.
Browse files Browse the repository at this point in the history
  • Loading branch information
colorizenl committed Nov 11, 2023
1 parent 2dab93f commit ef578a7
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 @@ -13,3 +13,8 @@ jobs:
run: gradle compileJava
- name: Unit tests
run: gradle coverage -Pheadless=true
- name: Archive test report
uses: actions/upload-artifact@v3
with:
name: test-report
path: build/reports

0 comments on commit ef578a7

Please sign in to comment.