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
|
- name: Create database
|
||||||
env:
|
env:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
run: bundler exec rake db:schema:load RAILS_ENV=test
|
run: bundler exec rake db:schema:load
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
|
Reference in New Issue
Block a user