mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Fix turborepo cache on CI tests (#12434)
This commit is contained in:
committed by
GitHub
parent
6b46657412
commit
5b925bcf10
1
.github/workflows/units-tests-reusable.yml
vendored
1
.github/workflows/units-tests-reusable.yml
vendored
@@ -49,7 +49,6 @@ jobs:
|
|||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Setup build cache
|
- name: Setup build cache
|
||||||
if: inputs.collectCoverage != true
|
|
||||||
uses: rharkor/caching-for-turbo@v1.5
|
uses: rharkor/caching-for-turbo@v1.5
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"outputs": ["dist/**"]
|
"outputs": ["dist/**", "coverage/**"]
|
||||||
},
|
},
|
||||||
"typecheck": {
|
"typecheck": {
|
||||||
"dependsOn": ["^typecheck"]
|
"dependsOn": ["^typecheck"]
|
||||||
|
|||||||
Reference in New Issue
Block a user