Skip to content

Commit

Permalink
Upload test report on failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Sep 8, 2024
1 parent e1ca5ca commit 0036238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: ./gradlew check --console=plain --warning-mode all

- uses: actions/upload-artifact@v4
if: always()
if: ${{ needs.gradle.result != 'success' }}
with:
name: test-report
path: /home/runner/work/ical4j-connector/ical4j-connector/ical4j-connector-dav/build/reports/tests

0 comments on commit 0036238

Please sign in to comment.