mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 09:17:20 -04:00
devise secrets needs to match
This commit is contained in:
committed by
Brenda Wallace
parent
9d77d5362d
commit
39f244f3be
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
- name: Prepare database for testing
|
||||
env:
|
||||
DATABASE_URL: postgres://postgres:postgres@localhost:5432/growstuff_test
|
||||
DEVISE_SECRET_KEY: anything
|
||||
DEVISE_SECRET_KEY: secret
|
||||
RAILS_ENV: test
|
||||
run: |
|
||||
bundle exec rails db:prepare
|
||||
|
||||
Reference in New Issue
Block a user