Skip to content

Commit

Permalink
Check for iOS simulators
Browse files Browse the repository at this point in the history
  • Loading branch information
aaalaniz committed Jun 19, 2024
1 parent a36e9bc commit cd16d4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lightsaber-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:

- name: Check for app file
run: test -e ./iosApp/build/ios/Debug-iphonesimulator/Lightsaber.app

- name: List emulators
run: xcrun simctl list devices
# - uses: mobile-dev-inc/[email protected]
# with:
# api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
Expand Down

0 comments on commit cd16d4e

Please sign in to comment.