Issue#41 Attempt to fix failing tests with compose + update test paths for artifact
This commit is contained in:
parent
60cfb46ccf
commit
f03c9f7bf2
16 changed files with 227 additions and 159 deletions
8
.github/workflows/pull-request-jobs.yml
vendored
8
.github/workflows/pull-request-jobs.yml
vendored
|
|
@ -75,7 +75,9 @@ jobs:
|
|||
if: always()
|
||||
with:
|
||||
name: JVM Test Results
|
||||
path: ./**/build/reports/tests/**/*.html
|
||||
path: |
|
||||
./**/build/reports/tests/**/*.html
|
||||
./**/**/build/reports/tests/**/*.html
|
||||
retention-days: 1
|
||||
|
||||
run-tests-on-emulator:
|
||||
|
|
@ -126,7 +128,9 @@ jobs:
|
|||
if: always()
|
||||
with:
|
||||
name: Emulator-Test-Results-${{ matrix.api-level }}
|
||||
path: ./**/build/reports/androidTests/**/*.html
|
||||
path: |
|
||||
./**/build/reports/androidTests/**/*.html
|
||||
./**/**/build/reports/androidTests/**/*.html
|
||||
retention-days: 1
|
||||
- name: Upload Test Screenshots
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue