mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
commit
1e292adc42
1 changed files with 9 additions and 1 deletions
|
@ -33,6 +33,14 @@ steps:
|
|||
docker:
|
||||
image: ruby:2.6-stretch
|
||||
|
||||
- label: run-tests-ruby-2.7-preview
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.sh || true
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.7-rc-buster
|
||||
|
||||
- label: isolated-tests-ruby-2.6
|
||||
command:
|
||||
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
||||
|
|
Loading…
Reference in a new issue