ci: fix working-directory

This commit is contained in:
himself65 2023-04-18 18:33:46 -05:00
parent 0d7f65ab36
commit f1670af15d

View File

@ -227,6 +227,7 @@ jobs:
DATABASE_URL: postgresql://affine:affine@localhost:5432/affine
- name: Run init-db script
run: yarn exec ts-node-esm ./scripts/init-db.ts
working-directory: apps/server
env:
DATABASE_URL: postgresql://affine:affine@localhost:5432/affine
- name: Run server tests