diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 766210b..8b4c816 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,4 +40,4 @@ jobs: - name: Run tests run: yarn test env: - DATABASE_URL: postgres://postgres:postgres@localhost:5432/test + DATABASE_PRISMA_URL: postgres://postgres:postgres@localhost:5432/test