From dbc64a8287f55505de2aecf698593ed07dcb33e5 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 10 Jul 2025 15:17:45 -0700 Subject: [PATCH] Skip cache to debug ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5535a5fc..42c7f543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Run tests run: | touch packages/skin-database/config.js - npx turbo test -- --maxWorkers=2 + npx turbo test --no-cache -- --maxWorkers=2 env: NODE_ENV: test - name: Cache build artifacts for release