Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jan 10, 2024
1 parent 05ce905 commit 7affcc3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7affcc3

Please sign in to comment.