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