mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
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
|