Skip to content

Commit

Permalink
fixes pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopeamin committed Jan 16, 2025
1 parent 6c63487 commit 69bc6a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter_emulator_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ jobs:
# Step 7: Launch the iOS Simulator
- name: Launch iOS Simulator
run: |
xcrun simctl create "appiumTestDevice" "iPhone 16 Pro" "com.apple.CoreSimulator.SimRuntime.iOS-18-1"
xcrun simctl boot "iPhone 16 Pro"
xcrun simctl boot "iPhone 14 Pro"
xcrun simctl list devices
# Step 8: Run the app
- name: Run the App
run: |
flutter run lib/main.dart --dart-define=CORBADO_PROJECT_ID=pro-8751299119685489253 -d "iPhone 16 Pro" --no-resident
flutter run lib/main.dart --dart-define=CORBADO_PROJECT_ID=pro-8751299119685489253 -d "iPhone 14 Pro" --no-resident
sleep 10
xcrun simctl terminate booted com.corbado.passkeys.pub
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys/example/tests/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const capsAndroid =
const capsIos =
{
"platformName": "iOS",
"appium:deviceName": "iPhone 16 Pro",
"appium:platformVersion": "18.1",
"appium:deviceName": "iPhone 14 Pro",
"appium:platformVersion": "17.0",
"appium:bundleId": "com.corbado.passkeys.pub",
"appium:noReset": true,
"appium:fullReset": false,
Expand Down

0 comments on commit 69bc6a9

Please sign in to comment.