Skip to content

Commit

Permalink
#316 Use Test Result publisher GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jan 20, 2024
1 parent 747b3ac commit e5c32d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,11 @@ jobs:

- name: 'Show Test Result Preview'
run:
echo "::notice ${{ format('[Click here to preview Test Results HTML page in browser]({0})', steps.preview_test_reports.outputs.url) }}"
echo "::notice ${{ format('[Click here to preview Test Results HTML page in browser]({0})', steps.preview_test_reports.outputs.url) }}"

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
files: |
build/test-results/**/*.xml

0 comments on commit e5c32d2

Please sign in to comment.