Skip to content

Commit

Permalink
Add bundle env to the windows job
Browse files Browse the repository at this point in the history
Let's see what's going on in here

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 7, 2019
1 parent b66dc9d commit 76b305a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ steps:
- label: run-specs-windows
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle env
- bundle exec rake
expeditor:
executor:
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ begin

Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "--format pretty"
t.bundler = false
end
rescue LoadError
desc "cucumber is not installed, this task is disabled"
Expand Down

0 comments on commit 76b305a

Please sign in to comment.