Skip to content

Commit 818acff

Browse files
committed
wip
1 parent fda4305 commit 818acff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Check turborepo cache for Android
7373
run: |
74-
TURBO_CACHE_STATUS=$(node -p "($(yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --dry=json)).tasks.find(t => t.task === 'build:android').cache.status")
74+
TURBO_CACHE_STATUS=$(node -p "($(yarn turbo run build:android --cache-dir='${{ env.TURBO_CACHE_DIR }}' --dry=json')).tasks.find(t => t.task === 'build:android')?.cache?.status")
7575
7676
if [[ $TURBO_CACHE_STATUS == "HIT" ]]; then
7777
echo "turbo_cache_hit=1" >> $GITHUB_ENV

0 commit comments

Comments
 (0)