This commit is contained in:
Frank Lam 2020-06-03 04:26:57 +08:00 коммит произвёл Hiroshi SHIBATA
Родитель 1cb88eb2ba
Коммит 481840ff18
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -6,8 +6,8 @@ jobs:
steps:
- checkout
- run:
name: Run tests
name: Run the default task
command: |
gem install bundler -v <%= Bundler::VERSION %>
bundle install
bundle exec rake test
bundle exec rake

Просмотреть файл

@ -11,7 +11,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: <%= RUBY_VERSION %>
- name: Run tests
- name: Run the default task
run: |
gem install bundler -v <%= Bundler::VERSION %>
bundle install

Просмотреть файл

@ -4,6 +4,6 @@ before_script:
- gem install bundler -v <%= Bundler::VERSION %>
- bundle install
test:
example_job:
script:
- bundle exec rake test
- bundle exec rake