diff --git a/.github/workflows/build_test_ios.yml b/.github/workflows/build_test_ios.yml index 62c31d13..653e1c1a 100644 --- a/.github/workflows/build_test_ios.yml +++ b/.github/workflows/build_test_ios.yml @@ -60,4 +60,5 @@ jobs: cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles - name: Build and Test iOS - run: xcodebuild clean build test -workspace example/ios/plaidRNDemo.xcworkspace -scheme plaidRNDemo -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2' \ No newline at end of file + run: xcodebuild clean build test -workspace example/ios/plaidRNDemo.xcworkspace \ + -scheme plaidRNDemo -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2' \ No newline at end of file