We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2457e3 + e0f9b48 commit 8e6bdc4Copy full SHA for 8e6bdc4
.github/workflows/task_acceptance_tests.yaml
@@ -19,7 +19,6 @@ jobs:
19
GEM_BOLT: true
20
BEAKER_debug: true
21
BEAKER_set: docker/${{ matrix.os }}
22
- BEAKER_BOLT_VERSION: 3.0.0
23
24
runs-on: 'ubuntu-18.04'
25
steps:
task_spec/Rakefile
@@ -10,4 +10,8 @@ PuppetLint.configuration.send('disable_single_quote_string_with_variables')
10
PuppetLint.configuration.send('disable_only_variable_string')
11
PuppetLint.configuration.ignore_paths = ['spec/**/*.pp', 'pkg/**/*.pp']
12
13
-task task_acceptance: [:spec_prep, :beaker]
+task 'task_acceptance' do
14
+ ENV['BEAKER_BOLT_VERSION'] = '3.0.0'
15
+ Rake::Task['spec_prep'].invoke
16
+ Rake::Task['beaker'].invoke
17
+end
0 commit comments