Skip to content

Commit

Permalink
Set test report retention period.
Browse files Browse the repository at this point in the history
  • Loading branch information
colorizenl committed Nov 11, 2023
1 parent ef578a7 commit 55fe766
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- name: Unit tests
run: gradle coverage -Pheadless=true
- name: Archive test report
if: always()
uses: actions/upload-artifact@v3
with:
name: test-report
path: build/reports
retention-days: 3

0 comments on commit 55fe766

Please sign in to comment.