Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Nov 22, 2023
1 parent cfc71dd commit bda509a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_iphone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
- name: start simulator
uses: futureware-tech/simulator-action@v3
with:
model: "iPhone 8"
model: "iPhone 10"
- name: drive
run: |
ls -al target/aarch64-apple-ios-sim/debug/bundle/ios/nickname-ios-test-app.app
xcrun simctl install booted target/aarch64-apple-ios-sim/debug/bundle/ios/nickname-ios-test-app.app
xcrun simctl launch --console booted com.oligami.nickname-ios-test
working-directory: /tmp/iphone/
Expand Down

0 comments on commit bda509a

Please sign in to comment.