GRN2-346: Workflow changes (#2499)

* Move cd from travis to github

* Changes to workflow
This commit is contained in:
Ahmad Farhat
2021-02-01 18:14:58 -05:00
committed by GitHub
parent 422ded1d3b
commit d64b8d023a
3 changed files with 5 additions and 7 deletions

View File

@@ -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