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