We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683fa7a commit fb7391fCopy full SHA for fb7391f
1 file changed
.github/workflows/codeql.yml
@@ -159,9 +159,13 @@ jobs:
159
# build-mode: autobuild
160
161
name: build iOS
162
+ timeout-minutes: 20
163
runs-on: macos-14
164
env:
165
TURBO_CACHE_DIR: .turbo/ios
166
+ TURBO_TOKEN: ${{ secrets. TURBO_TOKEN }}
167
+ TURBO_TEAM: ${{ secrets. TURBO_TEAM }}
168
+
169
steps:
170
- name: Checkout
171
uses: actions/checkout@v3
@@ -208,7 +212,6 @@ jobs:
208
212
run: |
209
213
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
210
214
echo "${{ env.TURBO_CACHE_DIR }}"
211
- exit 1
215
216
# Initializes the CodeQL tools for scanning.
217
- name: Initialize CodeQL
0 commit comments