Update and rename rspec.yml to ruby.yml

This commit is contained in:
Christian Mehlmauer
2019-11-26 23:33:37 +01:00
committed by GitHub
parent 587602665a
commit 434a210fb5

View File

@@ -1,4 +1,4 @@
name: rspec
name: Ruby
on: [push]
@@ -26,4 +26,9 @@ jobs:
bundle config force_ruby_platform true
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: test
run: |
bundle exec rspec
- name: rubocop
run: |
bundle exec rubocop