GitHub Actions: Use single line where available
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -72,14 +72,12 @@ 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 RAILS_ENV=test
|
||||
- name: Run tests
|
||||
env:
|
||||
RAILS_ENV: test
|
||||
CC_TEST_REPORTER_ID: true
|
||||
run: |
|
||||
bundle exec rspec --color --format progress --require spec_helper --require rails_helper
|
||||
run: bundle exec rspec --color --format progress --require spec_helper --require rails_helper
|
||||
|
||||
- name: Send coverage to CodeClimate
|
||||
uses: paambaati/codeclimate-action@v2.7.4
|
||||
|
Reference in New Issue
Block a user