From f1670af15d6f302f1da2c4351f50af82ec82b2b7 Mon Sep 17 00:00:00 2001 From: himself65 Date: Tue, 18 Apr 2023 18:33:46 -0500 Subject: [PATCH] ci: fix working-directory --- .github/workflows/build-master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index df3e1adc6..f95a53e0e 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