No touching

This commit is contained in:
Jordan Eldredge 2025-07-12 13:05:43 -07:00
parent 31546fd8d2
commit b0d63e33a8
3 changed files with 1 additions and 3 deletions

View file

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

View file

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

View file

@ -1,2 +1 @@
config.js
node_modules/