Implement publishing JUnit test reports
This commit is contained in:
8
.github/workflows/check.yml
vendored
8
.github/workflows/check.yml
vendored
@@ -19,4 +19,10 @@ jobs:
|
|||||||
cache: 'gradle'
|
cache: 'gradle'
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./gradlew check --no-daemon
|
run: ./gradlew check --no-daemon
|
||||||
|
|
||||||
|
- name: Publish test reports
|
||||||
|
uses: mikepenz/action-junit-report@v2
|
||||||
|
if: always() # always run even if the previous step fails
|
||||||
|
with:
|
||||||
|
report_paths: '**/build/test-results/test/TEST-*.xml'
|
||||||
Reference in New Issue
Block a user