diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffdc80441..0898a2a93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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