Update artifact of JVM tests to include all HTML files
This commit is contained in:
parent
8f8f44f980
commit
4f6bba6cb1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request-jobs.yml
vendored
2
.github/workflows/pull-request-jobs.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: JVM Test Results
|
name: JVM Test Results
|
||||||
path: ./**/build/reports/tests/**/index.html
|
path: ./**/build/reports/tests/**/*.html
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
run-tests-on-emulator:
|
run-tests-on-emulator:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue