devise secrets needs to match

This commit is contained in:
Brenda Wallace
2020-10-27 11:27:39 +13:00
committed by Brenda Wallace
parent 9d77d5362d
commit 39f244f3be

View File

@@ -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