Implement publishing JUnit test reports
This commit is contained in:
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@@ -20,3 +20,9 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
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