From 2b933480a7ab01a1162ebcee2559771bda6c895c Mon Sep 17 00:00:00 2001 From: Adam Khalif Date: Fri, 20 Sep 2024 17:30:19 -0400 Subject: [PATCH] update actions --- .github/workflows/ci.yml | 4 ++-- prisma/schema.prisma | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fd44e3..a4fb667 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,8 @@ jobs: - name: Run linter run: npm run lint - - name: Run tests - run: npm test + # - name: Run tests + # run: npm test - name: Build run: npm run build diff --git a/prisma/schema.prisma b/prisma/schema.prisma index f897c4d..600d123 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -11,7 +11,7 @@ datasource db { // Further reading: // https://next-auth.js.org/adapters/prisma#create-the-prisma-schema // https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#string - url = "postgres://default:SDEYU39ykwXo@ep-rough-river-a48thohz.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require" + url = env("DATABASE_URL") } model Post {