From 73bc74b754a1fb7369af82921af7d4d0310adf09 Mon Sep 17 00:00:00 2001 From: azad-technext Date: Fri, 31 Oct 2025 17:57:29 +0600 Subject: [PATCH] chore: added env variable in ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f807f54..45a027e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: pull_request: branches: - main +env: + DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/postgres" jobs: lint: