Skip to content

Commit

Permalink
Upload build.log to debug enforcer rules issue
Browse files Browse the repository at this point in the history
(cherry picked from commit b773d15)
  • Loading branch information
gsmet committed May 24, 2022
1 parent 2829737 commit f719109
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,14 @@ jobs:
**/windows-java-11.txt
!**/build/tmp/**
retention-days: 5
- name: Upload build.log (if build failed)
uses: actions/upload-artifact@v2
if: ${{ failure() || cancelled() }}
with:
name: "build-logs-JVM Tests - JDK ${{matrix.java.name}}"
path: |
**/build.log
retention-days: 2

maven-tests:
name: Maven Tests - JDK ${{matrix.java.name}}
Expand Down

0 comments on commit f719109

Please sign in to comment.