change step names
This commit is contained in:
committed by
GitHub
parent
7d3b1fea6b
commit
02871050a6
6
.github/workflows/ruby.yml
vendored
6
.github/workflows/ruby.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ruby-version: ${{ matrix.ruby }}
|
ruby-version: ${{ matrix.ruby }}
|
||||||
|
|
||||||
- name: Cache gems
|
- name: Restore GEM cache
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: vendor/bundle
|
path: vendor/bundle
|
||||||
@@ -27,14 +27,14 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-${{ matrix.ruby }}-gem-
|
${{ runner.os }}-${{ matrix.ruby }}-gem-
|
||||||
|
|
||||||
- name: Build and test
|
- name: Install GEMs
|
||||||
run: |
|
run: |
|
||||||
gem install bundler
|
gem install bundler
|
||||||
bundle config force_ruby_platform true
|
bundle config force_ruby_platform true
|
||||||
bundle config path vendor/bundle
|
bundle config path vendor/bundle
|
||||||
bundle install --jobs 4 --retry 3
|
bundle install --jobs 4 --retry 3
|
||||||
|
|
||||||
- name: test
|
- name: rspec
|
||||||
run: |
|
run: |
|
||||||
bundle exec rspec
|
bundle exec rspec
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user