diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index df3e1adc62..f95a53e0e5 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -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