Skip to content

Commit

Permalink
chore: update emulator run for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Oct 9, 2024
1 parent a56aaf1 commit 9320f87
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/flutter_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
fail-fast: false
runs-on: macos-latest
steps:
- name: 'List Simulators'
run: 'xcrun simctl list devices'

- name: 'Start Simulator'
run: xcrun simctl boot "${{ matrix.device }}"

- uses: actions/checkout@v4

- uses: futureware-tech/simulator-action@v3
with:
model: ${{ matrix.device }}

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24'
Expand Down

0 comments on commit 9320f87

Please sign in to comment.