From 7affcc343a4559392edccb15f80c3020aefa59e9 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Wed, 10 Jan 2024 16:32:06 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dc50a8b0..fc74e8ebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,13 @@ jobs: RAILS_VERSION: ${{ matrix.rails_version }} RUBYOPT: W0 SOLR_URL: http://solr:SolrRocks@localhost:8983/solr/blacklight-core - FARADAY_VERSION: ${{ matrix.faraday_version }} + FARADAY_VERSION: ${{ matrix.faraday_version }} + POSTGRES_HOST: 127.0.0.1 + POSTGRES_PORT: 5432 + POSTGRES_DB: geoblacklight_test + POSTGRES_USER: postgres + POSTGRES_PASSWORD: postgres + BLAZER_UPLOADS_URL: postgresql://127.0.0.1:5432/geoblacklight_test run: | bundle exec rails test:system test