Skip to content

Commit

Permalink
Add env variables
Browse files Browse the repository at this point in the history
We noticed that rails 6 tests are not using the correct gem versions.
  • Loading branch information
ShanaLMoore committed Aug 16, 2023
1 parent b24471c commit 430c748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ MYSQL_USER=root
REDIS_HOST=redis
REDIS_SERVER=redis
SETTINGS__BULKRAX__ENABLED=true
SE_NODE_SESSION_TIMEOUT=999999
SIDEKIQ_CONCURRENCY=10
SOLR_ADMIN_PASSWORD=SolrRocks
SOLR_ADMIN_USER=solr
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ jobs:
ALLOW_ANONYMOUS_LOGIN: "yes"
CONFDIR: "/app/samvera/hyrax-webapp/solr/config"
DB_CLEANER_ALLOW_REMOTE_DB_URL: "true"
DEPENDENCIES_NEXT: 1
TB_RSPEC_FORMATTER: progress
TB_RSPEC_OPTIONS: --format RspecJunitFormatter --out rspec.xml
steps:
Expand Down

0 comments on commit 430c748

Please sign in to comment.