GitHub Actions: Remove redundant RAILS_ENV=test

This commit is contained in:
Sebastian Serth
2020-12-07 19:26:37 +01:00
parent d491a6a30f
commit 45dde381eb

View File

@ -72,7 +72,7 @@ jobs:
- name: Create database
env:
RAILS_ENV: test
run: bundler exec rake db:schema:load RAILS_ENV=test
run: bundler exec rake db:schema:load
- name: Run tests
env:
RAILS_ENV: test