mirror of
https://github.com/inspec/inspec
synced 2025-02-15 13:38:26 +00:00
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
|