Skip cache to debug ci

This commit is contained in:
Jordan Eldredge 2025-07-10 15:17:45 -07:00
parent 9f789ae2ba
commit dbc64a8287

View file

@ -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