Skip to content

Commit

Permalink
Try Android changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Feb 15, 2025
1 parent 8109291 commit 8d5f614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: |
# Wait for system to settle
adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done'
yarn run-example-android
yarn test:e2e:android
Expand Down

0 comments on commit 8d5f614

Please sign in to comment.