mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Run coverage tests on ruby 3.0, not 2.7
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
2d762f40ab
commit
92fbf304ae
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
|
||||
- label: run-tests-ruby-2.7
|
||||
command:
|
||||
- CI_ENABLE_COVERAGE=1 /workdir/.expeditor/buildkite/verify.sh
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
|
@ -27,7 +27,7 @@ steps:
|
|||
|
||||
- label: run-tests-ruby-3.0
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
- CI_ENABLE_COVERAGE=1 /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
secrets: true
|
||||
executor:
|
||||
|
|
Loading…
Reference in a new issue