forked from External/greenlight
GRN2-346: Workflow changes (#2499)
* Move cd from travis to github * Changes to workflow
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
bundler exec rails db:create RAILS_ENV=test
|
||||
bundler exec rails db:migrate RAILS_ENV=test
|
||||
- name: Run Rubocop
|
||||
run: bundle exec rubocop --fail-level F
|
||||
run: bundle exec rubocop --parallel --fail-level F
|
||||
|
||||
- name: Run RSpec
|
||||
run: bundle exec rspec
|
||||
Reference in New Issue
Block a user