Skip to content

Commit

Permalink
fixes android gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopeamin committed Jan 17, 2025
1 parent a38c4b4 commit c59f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_emulator_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
script: |
adb shell input keyevent 82 &
flutter --version
cd packages/passkeys/passkeys/example && flutter run -d emulator-5554 --dart-define=CORBADO_PROJECT_ID=pro-8751299119685489253
cd packages/passkeys/passkeys/example && flutter build apk --debug --dart-define=CORBADO_PROJECT_ID=pro-8751299119685489253 && adb install -r build/app/outputs/flutter-apk/app-debug.apk
npm i --prefix packages/passkeys/passkeys/example/tests
node packages/passkeys/passkeys/example/tests/main.js android

0 comments on commit c59f92d

Please sign in to comment.