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 fdd0b16 commit ab842e8
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 @@ -27,7 +27,7 @@ jobs:
run: ./gradlew check --console=plain --warning-mode all

- uses: actions/upload-artifact@v4
if: steps.check.outcome == 'failure'
if: ${{ failure() }}
with:
name: test-report
path: /home/runner/work/ical4j-connector/ical4j-connector/ical4j-connector-dav/build/reports/tests

0 comments on commit ab842e8

Please sign in to comment.