mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
20 lines
355 B
YAML
20 lines
355 B
YAML
|
---
|
||
|
expeditor:
|
||
|
defaults:
|
||
|
buildkite:
|
||
|
timeout_in_minutes: 45
|
||
|
retry:
|
||
|
automatic:
|
||
|
limit: 1
|
||
|
|
||
|
steps:
|
||
|
|
||
|
- label: coverage-ruby-3.0
|
||
|
command:
|
||
|
- CI_ENABLE_COVERAGE=1 RAKE_TASK=test:unit /workdir/.expeditor/buildkite/verify.sh
|
||
|
expeditor:
|
||
|
secrets: true
|
||
|
executor:
|
||
|
docker:
|
||
|
image: ruby:3.0
|