diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42c7f543..28e61a06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/packages/skin-database/discord-bot/.gitignore b/packages/skin-database/discord-bot/.gitignore index 000abf2e..40b878db 100644 --- a/packages/skin-database/discord-bot/.gitignore +++ b/packages/skin-database/discord-bot/.gitignore @@ -1,2 +1 @@ -config.js node_modules/ \ No newline at end of file