kopia lustrzana https://github.com/ge0rg/aprsdroid
Save logcat logs from failed test runs
rodzic
6951ebc731
commit
68d42fc7dc
|
@ -148,7 +148,7 @@ jobs:
|
|||
force-avd-creation: false
|
||||
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||
disable-animations: true
|
||||
script: ./gradlew connectedCheck --stacktrace
|
||||
script: adb logcat -c && adb logcat -f /sdcard/logcat.txt & ./gradlew connectedCheck --stacktrace || ( adb pull /sdcard/logcat.txt build/reports/; exit 1 )
|
||||
|
||||
- name: Upload reports
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Ładowanie…
Reference in New Issue