mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
ef72d3adac
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
19 lines
355 B
YAML
19 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
|