Skip to content

Commit

Permalink
refactor: reduce retention for Gradle test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler authored Oct 29, 2023
1 parent fa34fd2 commit a81462e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@ jobs:
ORG_GRADLE_PROJECT_dockerHost: "unix:///var/run/docker.sock"
run: ./gradlew ${{ inputs.gradle-tasks }}

- uses: actions/upload-artifact@v3
- name: Upload Gradle test reports
uses: actions/upload-artifact@v3
if: ${{ !inputs.skip-build && always() }}
with:
name: Gradle test reports
retention-days: 7
path: |
build/reports/tests
Expand Down

0 comments on commit a81462e

Please sign in to comment.