Skip to content

Commit

Permalink
ci: update emulator versions
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Aug 7, 2024
1 parent 94a500d commit df9cafd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flutter_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
device: # Device names must be shown in `xcrun simctl list devices`
- 'iPhone 12' # we are not specifying the iOS version as it tends to change
- 'iPhone 14' # we are not specifying the iOS version as it tends to change
fail-fast: false
runs-on: 'macos-latest'
steps:
Expand Down Expand Up @@ -66,5 +66,7 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: |
adb kill-server
adb start-server
flutter pub get
cd test_integration && ./run_integration_tests.sh

0 comments on commit df9cafd

Please sign in to comment.