Skip to content

Commit

Permalink
Update simulator for iOS integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Nov 24, 2024
1 parent 66d9a19 commit 0ab242b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ jobs:

- name: Start simulator
run: |
IPHONE12=$(xcrun xctrace list devices 2>&1 | grep -m 1 "iPhone 14 Pro" | awk -F'[()]' '{print $4}')
xcrun simctl boot $IPHONE12
IPHONE=$(xcrun xctrace list devices 2>&1 | grep -m 1 "iPhone" | awk -F'[()]' '{print $4}')
xcrun simctl boot $IPHONE
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.4.0
Expand Down

0 comments on commit 0ab242b

Please sign in to comment.