mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
ci: Disable turbo cache when running tests for coverage collection (no-changelog) (#10380)
This commit is contained in:
parent
b2e0f33959
commit
e950df0de8
1
.github/workflows/units-tests-reusable.yml
vendored
1
.github/workflows/units-tests-reusable.yml
vendored
|
@ -50,6 +50,7 @@ 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
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://turbo.build/schema.json",
|
"$schema": "https://turbo.build/schema.json",
|
||||||
"ui": "stream",
|
"ui": "stream",
|
||||||
|
"globalEnv": ["CI", "COVERAGE_ENABLED"],
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"clean": {
|
"clean": {
|
||||||
"cache": false
|
"cache": false
|
||||||
|
|
Loading…
Reference in a new issue