Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Jun 24, 2024
1 parent 8cf34bf commit 9c4d425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
if: ${{ matrix.setup_runtime }}
timeout-minutes: 60
run: |
output=$(xcrun simctl runtime list | grep ${{ matrix.ios }})
output=$(/usr/bin/xcrun simctl runtime list | grep "iOS ${{ matrix.ios }}")
if echo "$output" | grep -q "Ready"; then
echo $output
else
Expand Down

0 comments on commit 9c4d425

Please sign in to comment.