mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Add steps to verify pipeline
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
7d2c68ea09
commit
915341e1df
1 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- label: run-tests-ruby-2.4
|
||||||
|
command:
|
||||||
|
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
|
||||||
|
- bundle exec rake
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
docker:
|
||||||
|
image: ruby:2.4-stretch
|
||||||
|
|
||||||
|
- label: run-tests-ruby-2.5
|
||||||
|
command:
|
||||||
|
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
|
||||||
|
- bundle exec rake
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
docker:
|
||||||
|
image: ruby:2.5-stretch
|
||||||
|
|
||||||
|
- label: run-tests-ruby-2.6
|
||||||
|
command:
|
||||||
|
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
|
||||||
|
- bundle exec rake
|
||||||
|
expeditor:
|
||||||
|
executor:
|
||||||
|
docker:
|
||||||
|
image: ruby:2.6-stretch
|
Loading…
Reference in a new issue