Skip to content

Commit

Permalink
debug test-report not running on gradle-test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzsprung committed Nov 21, 2023
1 parent 5dbb807 commit b0fd223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
run: ./gradlew test
- name: test-report
uses: mikepenz/[email protected]
if: steps.gradle-test.outcome == 'success' || steps.gradle-test.outcome == 'failure'
if: true
with:
report_paths: 'build/test-results/test/TEST-*.xml'

0 comments on commit b0fd223

Please sign in to comment.