From cfe9b1e787c5dbfe8dd502fe76e7853f478dc926 Mon Sep 17 00:00:00 2001 From: Ahmad Farhat Date: Sat, 30 Jan 2021 13:05:23 -0500 Subject: [PATCH] Attempt to fix workflow (#2492) --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3c61c8c..346ce85e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ env: RUBY_VERSION: 2.7.2 - DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres + DB_ADAPTER: postgresql + DB_HOST: localhost + DB_NAME: postgres + DB_USERNAME: postgres + DB_PASSWORD: postgres + DB_PORT: 5432 name: CI on: