diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 750a2122..29c0b333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,14 +33,12 @@ jobs: # run: ./scripts/validate-grats.sh - name: Run db tests manually run: | - touch packages/skin-database/config.js cd packages/skin-database pnpm run test env: NODE_ENV: test - name: Run tests run: | - touch packages/skin-database/config.js npx turbo test --no-cache -- --maxWorkers=2 env: NODE_ENV: test diff --git a/packages/skin-database/data/skins.ts b/packages/skin-database/data/skins.ts index c8be20df..5af09552 100644 --- a/packages/skin-database/data/skins.ts +++ b/packages/skin-database/data/skins.ts @@ -1,4 +1,5 @@ import { ALGOLIA_INDEX } from "../config"; +console.log("RAN skins.ts", ALGOLIA_INDEX); import { knex } from "../db"; import path from "path"; import md5Hash from "md5"; 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