Skip to content

Commit

Permalink
Upload report only on build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
belyaev-mikhail committed Apr 29, 2022
1 parent dc906da commit 48ddf63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: ./gradlew build --scan
continue-on-error: true
- name: Upload build reports
if: steps.gradle.outcome != 'success'
uses: actions/upload-artifact@v3
with:
name: build-reports
Expand Down

0 comments on commit 48ddf63

Please sign in to comment.