зеркало из https://github.com/github/ruby.git
Generalize CI templates
This commit is contained in:
Родитель
1cb88eb2ba
Коммит
481840ff18
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче