File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: CI
33
44on :
55 pull_request :
6+ push :
7+ branches :
8+ - ' develop'
9+ - ' master'
10+ - ' *-stable'
611
712
813concurrency :
@@ -12,8 +17,7 @@ concurrency:
1217jobs :
1318 puppet :
1419 name : Puppet
15- uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
20+ uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
1621 with :
1722 pidfile_workaround : ' true'
1823 rubocop : false
19- cache-version : ' 1'
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ gem 'rake'
88
99gem 'kafo_module_lint' , { "groups" => [ "test" ] }
1010gem 'puppet-lint-spaceship_operator_without_tag-check' , '~> 1.0' , { "groups" => [ "test" ] }
11- gem 'voxpupuli-test' , '~> 7 .0' , { "groups" => [ "test" ] }
11+ gem 'voxpupuli-test' , '~> 9 .0' , { "groups" => [ "test" ] }
1212gem 'github_changelog_generator' , '>= 1.15.0' , { "groups" => [ "development" ] }
1313gem 'puppet_metadata' , '~> 4.0'
1414gem 'puppet-blacksmith' , '>= 6.0.0' , { "groups" => [ "development" ] }
15- gem 'voxpupuli-acceptance' , '~> 3.0 ' , { "groups" => [ "system_tests" ] }
15+ gem 'voxpupuli-acceptance' , '~> 3.4 ' , { "groups" => [ "system_tests" ] }
1616gem 'puppetlabs_spec_helper' , { "groups" => [ "system_tests" ] }
1717gem 'hocon'
1818
You can’t perform that action at this time.
0 commit comments