summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.expeditor/verify.pipeline.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 8bc57c8d..8e106403 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -3,7 +3,15 @@ steps:
- label: lint-chefstyle
command:
- bundle install
- - bundle exec chefstyle
+ - bundle exec chefstyle -v
+ expeditor:
+ executor:
+ docker:
+
+- label: run-ohai
+ command:
+ - bundle install
+ - bundle exec ohai
expeditor:
executor:
docker: