Skip to content

Commit

Permalink
What is output?
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Dec 19, 2024
1 parent b16e9a0 commit ba974a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/focus-ios-ui-tests-previous-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
id: setup-simulator
run: |
output=$(xcrun simctl list runtimes | grep "${{ matrix.ios_version }}")
echo $output
if [ -n "$output" ]; then
echo "iOS ${{ matrix.ios_version }} simulator has already been installed"
else
Expand Down

0 comments on commit ba974a3

Please sign in to comment.