Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingKing-AM committed Apr 14, 2024
1 parent 6f76ba0 commit d5f1230
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,8 @@ jobs:
emulator-boot-timeout: ${{ env.EMU_TIMEOUT }}
script: |
adb shell settings put secure immersive_mode_confirmations confirmed
adb uninstall viritualisres.phonevr.test || true
adb uninstall viritualisres.phonevr || true
./gradlew :app:uninstallAll
adb shell "logcat -b all -v color" &
./gradlew connectedCheck --warning-mode=all --stacktrace -Dorg.gradle.java.home=${{env.JAVA_HOME}}
# adb logcat -b all > logcat.log
Expand Down

0 comments on commit d5f1230

Please sign in to comment.