GitHub Actions: Remove redundant RAILS_ENV=test
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user