Issue#100 Save Logcat logs into file and upload Artifact

This commit is contained in:
Gergely Hegedus 2022-07-14 10:24:33 +03:00
parent 3d787b37aa
commit 0ca1d7d9c8
2 changed files with 14 additions and 5 deletions

View file

@ -130,4 +130,11 @@ jobs:
with:
name: Emulator-Test-Results-${{ matrix.api-level }}
path: ./**/build/testscreenshots/*
retention-days: 1
- name: Upload Logcat Logs
uses: actions/upload-artifact@v2
if: always()
with:
name: Emulator-Logcat-Logs-${{ matrix.api-level }}
path: ./**/build/logcat.txt
retention-days: 1