Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Nov 22, 2023
1 parent 89e6985 commit ef0a0f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_iphone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,14 @@ jobs:
# https://github.com/futureware-tech/simulator-action/wiki/Devices-macos-latest
with:
model: "iPhone 11"
- name: drive
- name: pre drive
run: |
ls -al target/x86_64-apple-ios/release/bundle/ios/nickname-ios-test-app.app
cat target/x86_64-apple-ios/release/bundle/ios/nickname-ios-test-app.app/Info.plist
xcrun simctl install booted target/x86_64-apple-ios/release/bundle/ios/nickname-ios-test-app.app
xcrun simctl install booted target/x86_64-apple-ios/release/bundle/ios/nickname-ios-test-app.app &
working-directory: /tmp/iphone/
- name: drive
run: |
xcrun simctl launch --console booted com.oligami.nickname-ios-test
working-directory: /tmp/iphone/
# https://github.com/simlay/uikit-sys/blob/master/.github/workflows/rust.yml

0 comments on commit ef0a0f8

Please sign in to comment.