Skip to content

Commit

Permalink
Added flutter run step
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Sep 6, 2024
1 parent 448eb45 commit b4cffd0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/iOS_clean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
iOS_clean_build:
runs-on: macos-14
env:
device: iPhone 14
device: iPhone 15
defaults:
run:
working-directory: example/ios
Expand All @@ -39,5 +39,12 @@ jobs:
run: pod install

- run: xcrun simctl list
- run: open -a Simulator && xcrun simctl boot 'iPhone SE (3rd generation)'
- run: open -a Simulator && xcrun simctl boot 'iPhone 15'
- run: flutter devices

- run: |
flutter create --template=app --platforms=android,ios demo_project
cd demo_project
dart pub add 'adyen_checkout:{"path":"../"}'
flutter run -d "iPhone 15"

0 comments on commit b4cffd0

Please sign in to comment.