Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccarthyIrl committed Mar 9, 2024
1 parent 3185863 commit e047c24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/startEmulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nohup $ANDROID_HOME/emulator/emulator -avd testRunnner \
-no-boot-anim \
-accel auto \
-gpu auto \
-qemu -lcd-density 420 > /dev/null 2>&1 & \
-qemu -lcd-density 420 > /dev/null 2>&1 &
$ADB wait-for-device shell 'while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]]; do sleep 1; done'

echo "Connected Devices:"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
chmod +x ./.github/scripts/startEmulator.sh
./.github/scripts/startEmulator.sh
- name: Test
run: mvn clean install

view_emulator_log:
needs: start_emulator
runs-on: ubuntu-latest
Expand Down

0 comments on commit e047c24

Please sign in to comment.