Skip to content

Commit

Permalink
Always upload the logs!
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Sep 24, 2024
1 parent 8f7a844 commit fd140ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
./gradlew check
- name: Upload results Java 21
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ always() }}
with:
name: reports-java-21
path: '*/build/reports'
Expand All @@ -46,6 +47,7 @@ jobs:
./gradlew check
- name: Upload results Java 17
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ always() }}
with:
name: reports-java-17
path: '*/build/reports'
Expand All @@ -56,6 +58,7 @@ jobs:
./gradlew check
- name: Upload results Java 11
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ always() }}
with:
name: reports-java-11
path: '*/build/reports'

0 comments on commit fd140ea

Please sign in to comment.