From 1eb22cb80c192a1720e558b7ba227f98f81f3711 Mon Sep 17 00:00:00 2001 From: Alfred Nutile Date: Mon, 25 Mar 2024 08:23:40 -0400 Subject: [PATCH] see if postgres works now in actions --- .github/workflows/ci-cd.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0d5d614d..247b4e2c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -6,10 +6,6 @@ jobs: ci: runs-on: ubuntu-latest env: - DB_CONNECTION: pgsql - DB_DATABASE: testing - DB_USERNAME: postgres - DB_PASSWORD: password APP_ENV: testing BROADCAST_DRIVER: log services: