mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
No touching
This commit is contained in:
parent
31546fd8d2
commit
b0d63e33a8
3 changed files with 1 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
config.js
|
||||
node_modules/
|
||||
Loading…
Add table
Add a link
Reference in a new issue