We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194a4d4 commit 6e39a70Copy full SHA for 6e39a70
.github/workflows/lint-and-test.yml
@@ -74,16 +74,20 @@ jobs:
74
CAS_BASE_URL: ''
75
CI: 1
76
FEDORA_TEST_URL: http://fedora:8080/rest
77
+ HYRAX_VALKYRIE: false
78
IIIF_BASE_URL: http://localhost/iiif/2
79
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
80
PSQL_PASSWORD: spot_test_pw
81
PSQL_USER: spot_test_user
82
PSQL_DATABASE: spot_test
83
PSQL_HOST: database
84
RAILS_ENV: test
85
+ REDIS_PASSWORD: ''
86
+ REDIS_URL: redis://redis:6379
87
SOLR_TEST_URL: http://solr_admin:solr_password@solr:8983/solr/spot-test
88
URL_HOST: http://localhost:3000
89
VALKYRIE_SOLR_HOST: 'solr_admin:solr_password@solr'
90
+ VALKYRIE_SOLR_CORE: spot-test
91
92
steps:
93
-
0 commit comments