Skip to content

Commit 2f5066c

Browse files
authored
ci: add options to launch ios simulators
1 parent 03fa0a5 commit 2f5066c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/functional-test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,11 @@ jobs:
8080

8181
- uses: futureware-tech/simulator-action@v4
8282
with:
83-
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
83+
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
8484
model: ${{ env.IOS_DEVICE_NAME }}
8585
os_version: ${{ env.IOS_VERSION }}
86+
wait_for_boot: true
87+
shutdown_after_job: false
8688

8789
# Start Appium
8890
- run: npm install -g appium
@@ -147,9 +149,11 @@ jobs:
147149

148150
- uses: futureware-tech/simulator-action@v4
149151
with:
150-
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
152+
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
151153
model: ${{ env.IOS_DEVICE_NAME }}
152154
os_version: ${{ env.IOS_VERSION }}
155+
wait_for_boot: true
156+
shutdown_after_job: false
153157

154158
- name: Preparing other environment
155159
run: |

0 commit comments

Comments
 (0)