Skip to content

Commit

Permalink
Upload failure reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 23, 2023
1 parent b29e1a1 commit e4edb18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
with:
arguments: check

- name: (Fail-only) Upload build reports
if: failure()
uses: actions/upload-artifact@v3
with:
name: reports
path: |
**/build/reports/**
- name: Upload snapshot (main only)
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SonatypeUsername }}
Expand Down

0 comments on commit e4edb18

Please sign in to comment.