Remove touch

This commit is contained in:
Jordan Eldredge 2025-07-12 13:11:11 -07:00
parent dbc64a8287
commit b76491001c
2 changed files with 1 additions and 3 deletions

View file

@ -33,8 +33,7 @@ jobs:
run: ./scripts/validate-grats.sh
- name: Run tests
run: |
touch packages/skin-database/config.js
npx turbo test --no-cache -- --maxWorkers=2
npx turbo test -- --maxWorkers=2
env:
NODE_ENV: test
- name: Cache build artifacts for release