Skip to content

Instantly share code, notes, and snippets.

@titooan
Created February 18, 2022 20:21
Show Gist options
  • Select an option

  • Save titooan/62af4430a561f86e8b46081bea731a0a to your computer and use it in GitHub Desktop.

Select an option

Save titooan/62af4430a561f86e8b46081bea731a0a to your computer and use it in GitHub Desktop.
Test reporter step
- name: Test Report
uses: dorny/test-reporter@v1
if: always()# run this step even if previous step failed
with:
name: JUnit Tests
path: app/build/test-results/testDevDebugUnitTest/TEST-*.xml# Path to test results
reporter: java-junit# Format of test results
fail-on-error: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment