mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
30 minute timeout
command -> commands Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
cc63281ca2
commit
ae1e0469cf
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
---
|
||||
expeditor:
|
||||
defaults:
|
||||
buildkite:
|
||||
timeout_in_minutes: 30
|
||||
|
||||
|
||||
steps:
|
||||
|
||||
- label: coverage
|
||||
command:
|
||||
commands:
|
||||
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
|
||||
- bundle exec rake test:default
|
||||
expeditor:
|
||||
|
|
Loading…
Reference in a new issue