diff --git a/docs/docs/how-to/test-in-github-actions.md b/docs/docs/how-to/test-in-github-actions.md index 7810f72752cf..d1b80fe9de1c 100644 --- a/docs/docs/how-to/test-in-github-actions.md +++ b/docs/docs/how-to/test-in-github-actions.md @@ -73,7 +73,7 @@ Here's a handy guide for how to [set it up locally](../local-postgres-setup). We On to the changes. Modify your `schema.prisma` file to look like this: -```graphql title="api/db/prisma.schema" +```graphql title="api/db/schema.prisma" datasource db { provider = "postgresql" url = env("DATABASE_URL")