Skip to content

Commit

Permalink
- Fix: resolve adb failure issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
azrael8576 committed Sep 30, 2023
1 parent 1faa430 commit 43179bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CICDTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ jobs:
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedDebugAndroidTest --daemon
adb logcat -d > logcat_output.txt
script: |
./gradlew connectedDebugAndroidTest --daemon || echo "UI Test failed"
adb logcat -d > logcat_output.txt
- name: Upload logcat output
if: always()
Expand Down

0 comments on commit 43179bd

Please sign in to comment.