Skip to content

Commit

Permalink
temp: create 8 iOS sims
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 9, 2024
1 parent 03fb060 commit 9818c78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-mobile-e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ jobs:
run: |
ID=$(xcrun simctl create "iPhone 14" "iPhone 14")
echo "id=$ID" >> $GITHUB_OUTPUT
xcrun simctl create "iPhone 14" "iPhone 14"
xcrun simctl create "iPhone 14" "iPhone 14"
xcrun simctl create "iPhone 14" "iPhone 14"
xcrun simctl create "iPhone 14" "iPhone 14"
xcrun simctl create "iPhone 14" "iPhone 14"
xcrun simctl create "iPhone 14" "iPhone 14"
xcrun simctl create "iPhone 14" "iPhone 14"
- name: Build iOS app for Detox test run
if: steps.detox-build.outputs.cache-hit != 'true'
run: pnpm mobile e2e:ci -p ios -b
Expand Down

0 comments on commit 9818c78

Please sign in to comment.