Skip to content

Commit 9c5d58a

Browse files
This builds and analyzes the Example app, which includes the RNIterableAPI/IterableAPI with an increased timeout and addressing a build failure.
1 parent e2b91c8 commit 9c5d58a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ jobs:
143143
timeout-minutes: 120
144144
env:
145145
TURBO_CACHE_DIR: .turbo/ios
146+
TURBO_TOKEN: ${{ secrets. TURBO_TOKEN }}
147+
TURBO_TEAM: ${{ secrets. TURBO_TEAM }}
146148

147149
runs-on: ${{ (matrix.language == 'swift' && 'macos-15') || 'ubuntu-latest' }}
148150
permissions:
@@ -216,7 +218,9 @@ jobs:
216218
CODE_SIGNING_REQUIRED=NO \
217219
CODE_SIGNING_ALLOWED=NO \
218220
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
219-
APPLICATION_EXTENSION_API_ONLY=NO \
221+
APPLICATION_EXTENSION_API_ONLY=NO
222+
223+
yarn add -D @react-native-community/cli
220224
continue-on-error: true
221225

222226
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)