Automates the reporting of JUnit test results as a check on GitHub Pull Requests, providing a clear overview of test success or failure
name: JUnit Report
on: [push]
jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run JUnit tests
run: ./gradlew test
- name: Report JUnit results
uses: mikepenz/action-junit-report@v2Read the entire source before you build — unlike paid marketplaces that hide it behind a buy button.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
More automation tools founders pair with this one.