Skip to content

Commit

Permalink
fix typo in script file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Jun 22, 2024
1 parent 9d60679 commit 57832ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ci_actions/04_local_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PHONE_MODEL="iPhone 15 Pro"
IOS_VERSION="17.0"

xcodebuild test \
-workspace "$PROJECT" \
-project "$PROJECT" \
-scheme "$SCHEME" \
-destination platform="iOS Simulator",name="${PHONE_MODEL}",OS=${IOS_VERSION} | $BREW_PATH/xcbeautify

Expand Down

0 comments on commit 57832ba

Please sign in to comment.