mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
904081d44b
Signed-off-by: Miah Johnson <miah@chia-pet.org>
10 lines
No EOL
212 B
YAML
10 lines
No EOL
212 B
YAML
steps:
|
|
|
|
- label: coverage
|
|
command:
|
|
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
|
|
- bundle exec rake test
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.6-stretch |