We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda4305 commit 818acffCopy full SHA for 818acff
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Check turborepo cache for Android
73
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")
+ 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")
75
76
if [[ $TURBO_CACHE_STATUS == "HIT" ]]; then
77
echo "turbo_cache_hit=1" >> $GITHUB_ENV
0 commit comments