@@ -163,7 +163,7 @@ jobs:
163163 matrix :
164164 include :
165165 - language : swift
166- build-mode : autobuild
166+ build-mode : manual
167167
168168 steps :
169169 - name : Checkout react-native-sdk
@@ -218,11 +218,11 @@ jobs:
218218 env :
219219 NO_FLIPPER : 1
220220
221- - name : Build example for iOS
222- run : |
223- yarn add @iterable/react-native-sdk
224- yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
225- echo "${{ env.TURBO_CACHE_DIR }}"
221+ # - name: Build example for iOS
222+ # run: |
223+ # yarn add @iterable/react-native-sdk
224+ # yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
225+ # echo "${{ env.TURBO_CACHE_DIR }}"
226226
227227 # Initializes the CodeQL tools for scanning.
228228 - name : Initialize CodeQL
@@ -242,12 +242,17 @@ jobs:
242242 - if : matrix.build-mode == 'manual'
243243 shell : bash
244244 run : |
245- echo 'If you are using a "manual" build mode for one or more of the' \
246- 'languages you are analyzing, replace this with the commands to build' \
247- 'your code, for example:'
248- echo ' make bootstrap'
249- echo ' make release'
250- exit 1
245+ yarn add @iterable/react-native-sdk
246+ yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
247+ echo "${{ env.TURBO_CACHE_DIR }}"
248+
249+ # echo 'If you are using a "manual" build mode for one or more of the' \
250+ # 'languages you are analyzing, replace this with the commands to build' \
251+ # 'your code, for example:'
252+ # echo ' make bootstrap'
253+ # echo ' make release'
254+ # exit 1
255+
251256 - name : Perform CodeQL Analysis
252257 uses : github/codeql-action/analyze@v3
253258 with :
0 commit comments