Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Apr 29, 2024
1 parent fe5714a commit e69f8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Log
run: |
device_name='iPhone 13'
xcrun simctl list devices "${device_name}" available | grep "${device_name} ("
xcrun simctl list devices available
working-directory: example/ios
- name: Build iOS test app
run: |
Expand Down

0 comments on commit e69f8ca

Please sign in to comment.