We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a500d commit df9cafdCopy full SHA for df9cafd
.github/workflows/flutter_integration.yaml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
device: # Device names must be shown in `xcrun simctl list devices`
13
- - '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
14
fail-fast: false
15
runs-on: 'macos-latest'
16
steps:
@@ -66,5 +66,7 @@ jobs:
66
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
67
disable-animations: true
68
script: |
69
+ adb kill-server
70
+ adb start-server
71
flutter pub get
72
cd test_integration && ./run_integration_tests.sh
0 commit comments