Skip to content

Commit 5155362

Browse files
start simulator ui
1 parent 3383c5d commit 5155362

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/functional-test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
xcode-version: ${{ env.XCODE_VERSION }}
4949

5050
- run: defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false
51-
51+
- name: Start iOS Simulator UI
52+
run: open -Fn "$(xcode-select --print-path)/Applications/Simulator.app"
5253
- name: Prepare iOS simulator
5354
uses: futureware-tech/simulator-action@v4
5455
with:
@@ -165,7 +166,7 @@ jobs:
165166
~/.android/avd/*
166167
~/.android/adb*
167168
key: avd-${{ env.API_LEVEL }}
168-
- name: create AVD and generate snapshot for caching
169+
- name: Create AVD and generate snapshot for caching
169170
if: steps.avd-cache.outputs.cache-hit != 'true'
170171
uses: reactivecircus/android-emulator-runner@v2
171172
with:
@@ -192,7 +193,7 @@ jobs:
192193
restore-keys: |
193194
${{ runner.os }}-uv-shared-
194195
195-
- name: run tests
196+
- name: Run tests
196197
uses: reactivecircus/android-emulator-runner@v2
197198
with:
198199
api-level: ${{ env.API_LEVEL }}
@@ -320,6 +321,10 @@ jobs:
320321
with:
321322
xcode-version: ${{ env.XCODE_VERSION }}
322323

324+
- name: Start iOS Simulator UI
325+
if: matrix.e2e-tests == 'flutter-ios'
326+
run: open -Fn "$(xcode-select --print-path)/Applications/Simulator.app"
327+
323328
- uses: futureware-tech/simulator-action@v4
324329
if: matrix.e2e-tests == 'flutter-ios'
325330
with:

0 commit comments

Comments
 (0)