diff --git a/turborepo-tests/integration/turbo.json b/turborepo-tests/integration/turbo.json index 6488da45d9cb2..2a898678ca6e7 100644 --- a/turborepo-tests/integration/turbo.json +++ b/turborepo-tests/integration/turbo.json @@ -9,10 +9,8 @@ "test": { "dependsOn": ["cli#build", "topo", "test:setup"] }, - "test:setup": { - "inputs": ["setup.sh"], - "outputs": [".cram_env/**"] + "cache": false } } }