Skip to content

Commit

Permalink
sets up google account for android
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopeamin committed Jan 20, 2025
1 parent 200c8cb commit d155270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_emulator_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
script: |
adb shell input keyevent 82 &
flutter --version
packages/passkeys/passkeys/example/prepare_google_account.sh
packages/passkeys/passkeys/example/run_tests.sh
#Print Appium Logs (if tests fail)
- name: Print Appium Logs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@ cd packages/passkeys/passkeys/example
flutter build apk --debug

adb install -r build/app/outputs/flutter-apk/app-debug.apk
node tests/main.js android

cd tests
npm i
node main.js android

0 comments on commit d155270

Please sign in to comment.