mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Added new pipeline to check all tests work in isolation.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
2cb05f2c66
commit
fe97c3a4c3
2 changed files with 9 additions and 1 deletions
|
@ -13,4 +13,4 @@ echo "--- bundle install"
|
|||
bundle install --jobs=7 --retry=3 --without tools maintenance deploy
|
||||
|
||||
echo "+++ bundle exec rake"
|
||||
bundle exec rake
|
||||
bundle exec rake ${RAKE_TASK:-}
|
||||
|
|
|
@ -33,6 +33,14 @@ steps:
|
|||
docker:
|
||||
image: ruby:2.6-stretch
|
||||
|
||||
- label: isolated-tests-ruby-2.6
|
||||
command:
|
||||
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.6-stretch
|
||||
|
||||
- label: run-tests-ruby-2.6-windows
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.ps1
|
||||
|
|
Loading…
Reference in a new issue