Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Sep 9, 2024
1 parent 5f3cef5 commit bd641f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/iOS_clean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
device: iPhone 15
strategy:
matrix:
iPhone: ["iPhone 15"]
flutter-version: [ "3.24.0" ]
timeout-minutes: 30

Expand All @@ -32,14 +33,14 @@ jobs:

- run: flutter pub get

- run: xcrun simctl list
- run: open -a Simulator && xcrun simctl boot 'iPhone 15'
- run: flutter devices
- run: open -a Simulator && xcrun simctl boot ${{ matrix.iPhone }}

- run: |
flutter create --template=app --platforms=android,ios demo_project
pwd
cd demo_project
dart pub add 'adyen_checkout:{"path":"../"}'
flutter build ios --release --no-codesign
flutter build ios --debug --simulator
xcrun simctl install ${{ matrix.iPhone }} build/ios/iphonesimulator/Runner.app
xcrun simctl launch ${{ matrix.iPhone }} com.adyen.AdyenUIHost

0 comments on commit bd641f3

Please sign in to comment.