change step names

This commit is contained in:
Christian Mehlmauer
2020-02-17 06:34:39 +01:00
committed by GitHub
parent 7d3b1fea6b
commit 02871050a6

View File

@@ -19,7 +19,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Cache gems
- name: Restore GEM cache
uses: actions/cache@v1
with:
path: vendor/bundle
@@ -27,14 +27,14 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.ruby }}-gem-
- name: Build and test
- name: Install GEMs
run: |
gem install bundler
bundle config force_ruby_platform true
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: test
- name: rspec
run: |
bundle exec rspec