From 64dcd451e956196c4a88510f8b676877c62ef3e4 Mon Sep 17 00:00:00 2001 From: pit Date: Thu, 5 Oct 2023 10:56:09 +0300 Subject: [PATCH] chore: add schema location --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 599a6b5fd..824423731 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -41,7 +41,7 @@ jobs: - name: Generate Prisma Client run: npx prisma generate --schema packages/prisma/schema.prisma - name: Create the database - run: npx prisma migrate dev + run: npx prisma migrate dev --schema packages/prisma/schema.prisma - name: Run Playwright tests run: npm run ci - uses: actions/upload-artifact@v3