diff options
-rw-r--r-- | .expeditor/verify.pipeline.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index b5677a6ff6..44aec2408d 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -9,6 +9,18 @@ steps: ######################################################################### # Tests Ruby 2.6 ######################################################################### +- label: "Integration Specs Windows :ruby: 2.6" + commands: + - cd /workdir; bundle install --jobs=3 --retry=3 --without omnibus_package docgen + - bundle exec rake spec:integration + expeditor: + executor: + docker: + host_os: windows + environment: + - CHEF_LICENSE=accept-no-persist + +- wait - label: "Integration Specs Ubuntu :ruby: 2.6" commands: |