Compare commits
1 Commits
e4cd25a347
...
d78730e840
Author | SHA1 | Date | |
---|---|---|---|
d78730e840 |
@ -48,15 +48,23 @@ jobs:
|
||||
adb logcat -G 16M
|
||||
./gradlew JacocoDebugCodeCoverage || true
|
||||
./gradlew androidApp:fetchScreenshots
|
||||
adb logcat 'audio_hw_generic:S' '*:I' -d > ./androidApp/build/reports/androidTests/connected/screenshots/logs.txt
|
||||
adb logcat 'InputReader:S' 'chatty:S' 'audio_hw_generic:S' '*:I' -d > ./androidApp/build/reports/androidTests/connected/screenshots/logs.txt
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: failure-espresso
|
||||
name: screenshot-espresso
|
||||
path: androidApp/build/reports/androidTests/connected/screenshots
|
||||
retention-days: 2
|
||||
overwrite: true
|
||||
include-hidden-files: true
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: failure-espresso
|
||||
path: androidApp/build/reports/androidTests/connected/debug/flavors/githubConfig
|
||||
retention-days: 1
|
||||
overwrite: true
|
||||
include-hidden-files: true
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: coverage-espresso
|
||||
|
Loading…
x
Reference in New Issue
Block a user