Skip to content

Commit ea51bdf

Browse files
committed
CI tweaks
1 parent 3bcfe5a commit ea51bdf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/bobtests_linux.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
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 "================"

0 commit comments

Comments
 (0)