inspec/.expeditor/coverage.pipeline.yml
Miah Johnson ae1e0469cf 30 minute timeout
command -> commands

Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-07-05 15:01:27 -07:00

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