Skip to content

Commit 6e39a70

Browse files
committed
add local env mappings to github config?
1 parent 194a4d4 commit 6e39a70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,20 @@ jobs:
7474
CAS_BASE_URL: ''
7575
CI: 1
7676
FEDORA_TEST_URL: http://fedora:8080/rest
77+
HYRAX_VALKYRIE: false
7778
IIIF_BASE_URL: http://localhost/iiif/2
7879
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
7980
PSQL_PASSWORD: spot_test_pw
8081
PSQL_USER: spot_test_user
8182
PSQL_DATABASE: spot_test
8283
PSQL_HOST: database
8384
RAILS_ENV: test
85+
REDIS_PASSWORD: ''
86+
REDIS_URL: redis://redis:6379
8487
SOLR_TEST_URL: http://solr_admin:solr_password@solr:8983/solr/spot-test
8588
URL_HOST: http://localhost:3000
8689
VALKYRIE_SOLR_HOST: 'solr_admin:solr_password@solr'
90+
VALKYRIE_SOLR_CORE: spot-test
8791

8892
steps:
8993
-

0 commit comments

Comments
 (0)