File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 9090 emulator-options : -no-snapshot-save -skin 1080x2220 -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
9191 disable-animations : true
9292 disable-spellchecker : true
93+ pre-emulator-launch-script : |
94+ echo "Running pre emulator launch script. Printing the working directory now:"
95+ pwd
9396 script : |
9497 df -h
9598 rm -f /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/android-refimpl-app/app/witness.gradle
@@ -113,6 +116,15 @@ jobs:
113116 ls -al /home/runner/a.sh
114117 chmod u+rx /home/runner/a.sh
115118 bash /home/runner/a.sh &
119+ echo "+++++++++++++++++++++++++++"
120+ adb devices
121+ echo "+++++++++++++++++++++++++++"
122+ adb shell settings get secure immersive_mode_confirmations
123+ echo "+++++++++++++++++++++++++++"
124+ adb shell settings put secure immersive_mode_confirmations confirmed
125+ echo "+++++++++++++++++++++++++++"
126+ adb shell settings get secure immersive_mode_confirmations
127+ echo "+++++++++++++++++++++++++++"
116128 cd android-refimpl-app ; ./gradlew app:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.zoffcc.applications.trifa.JavaFriendTester || echo "NOERR"
117129 cat /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/android-refimpl-app/logcat.txt
118130 echo "================"
You can’t perform that action at this time.
0 commit comments