ci: Fix turborepo cache on CI tests (#12434)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-01-02 16:50:04 +01:00
committed by GitHub
parent 6b46657412
commit 5b925bcf10
2 changed files with 1 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Setup build cache
if: inputs.collectCoverage != true
uses: rharkor/caching-for-turbo@v1.5
- name: Build

View File

@@ -17,7 +17,7 @@
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
"outputs": ["dist/**", "coverage/**"]
},
"typecheck": {
"dependsOn": ["^typecheck"]