Skip to content

Commit

Permalink
Testing: Determine where logcat results are currently going
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Mar 12, 2024
1 parent 5b0b8a0 commit 3a8399c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ jobs:
env | grep '^JAVA'
touch emulator.log
chmod 770 emulator.log
adb logcat -c
adb logcat >> emulator.log &
./gradlew connectedDebugAndroidTest
ls -al
pwd
- name: Upload Android test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3a8399c

Please sign in to comment.