Skip to content

Commit

Permalink
Revert "[ci][ios][rendering-test] Use github action to manipulate the…
Browse files Browse the repository at this point in the history
… ios simulator (#1167)"

This reverts commit 09d88f8.
  • Loading branch information
littleGnAl committed Jun 28, 2023
1 parent 09d88f8 commit 7513d85
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,11 @@ jobs:
--apple-package-name=io.agora.agoraRtcEngineExample \
--flutter-package-name=agora_rtc_engine \
--iris-ios-cdn-url=${IRIS_CDN_URL_IOS}
- uses: futureware-tech/simulator-action@v2
with:
model: 'iPhone 14 Pro Max'
- run: |
xcrun simctl list
# We generate the screenshots base on the simulator "iPhone 13 Pro Max", so we set the SimDeviceType to iPhone-13-Pro-Max.
# If you need to change the SimDeviceType, you may need to re-generate the screenshots first.
xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max com.apple.CoreSimulator.SimRuntime.iOS-16-2 | xargs xcrun simctl boot
- run: bash ci/rendering_test_ios.sh

rendering_test_macos:
Expand Down

0 comments on commit 7513d85

Please sign in to comment.