Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22 from grandcentrix/feature/annotate_pr_with_tes…
Browse files Browse the repository at this point in the history
…t_report

Annotate PR with test report
  • Loading branch information
jreehuis-gcx authored Feb 26, 2021
2 parents ae1e2be + 0995a5d commit 71687b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
run: ./gradlew test --continue
continue-on-error: true
timeout-minutes: 5
- name: Annotate PR with JUnit Report
uses: mikepenz/[email protected]
with:
report_paths: '**/build/test-results/**/TEST-*.xml'
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload test and lint reports
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 71687b3

Please sign in to comment.