Skip to content

Commit fb7391f

Browse files
Setting timeout for build
1 parent 683fa7a commit fb7391f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,13 @@ jobs:
159159
# build-mode: autobuild
160160

161161
name: build iOS
162+
timeout-minutes: 20
162163
runs-on: macos-14
163164
env:
164165
TURBO_CACHE_DIR: .turbo/ios
166+
TURBO_TOKEN: ${{ secrets. TURBO_TOKEN }}
167+
TURBO_TEAM: ${{ secrets. TURBO_TEAM }}
168+
165169
steps:
166170
- name: Checkout
167171
uses: actions/checkout@v3
@@ -208,7 +212,6 @@ jobs:
208212
run: |
209213
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
210214
echo "${{ env.TURBO_CACHE_DIR }}"
211-
exit 1
212215
213216
# Initializes the CodeQL tools for scanning.
214217
- name: Initialize CodeQL

0 commit comments

Comments
 (0)