Fix naming

This commit is contained in:
Yash Khare 2020-04-28 15:35:40 +05:30
parent 0fc0cd1ccf
commit 0fd82771cc
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Upload screenshot result
uses: actions/upload-artifact@v1
with:
name: screencap
name: ${{ matrix.api-level }}
path: screencap.png
- name: create unit coverage

View File

@ -3,7 +3,6 @@
adb logcat -c
adb logcat *:E -v color &
./gradlew jacocoInstrumentationTestReport
adb remount
adb shell screencap -p /sdcard/screencap.png
adb pull /sdcard/screencap.png
find screencap.png