Skip to content

Commit bf4eb3d

Browse files
committed
(REMOVE ME) see full result in CI
1 parent 89a8de3 commit bf4eb3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/bolt_spec/run_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def root_config
116116

117117
before(:all) do
118118
result = run_task('openvox_bootstrap::check', 'ssh', {}, inventory: conn_inventory, config: root_config)
119+
expect(result).to eq('success')
119120
expect(result.first['status']).to eq('success')
120121
unless result.first['value']['version']
121122
result = run_task('openvox_bootstrap::install', 'ssh', {}, inventory: conn_inventory, config: root_config)

0 commit comments

Comments
 (0)