Created
February 18, 2022 20:21
-
-
Save titooan/62af4430a561f86e8b46081bea731a0a to your computer and use it in GitHub Desktop.
Test reporter step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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