Skip to content

Commit

Permalink
Enable acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 22, 2024
1 parent 5b9a85c commit 9203613
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ concurrency:
jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v2
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
with:
additional_packages: 'libaugeas-dev augeas-tools'
beaker_hypervisor: vagrant_libvirt
acceptance_runs_on: macarne
install_vagrant_dependencies: false
3 changes: 3 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
.github/workflows/ci.yml:
with:
additional_packages: libaugeas-dev augeas-tools
beaker_hypervisor: vagrant_libvirt
acceptance_runs_on: macarne
install_vagrant_dependencies: false
Gemfile:
optional:
':test':
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ group :development do
end

group :system_tests do
gem 'voxpupuli-acceptance', '~> 3.0', :require => false
# gem 'voxpupuli-acceptance', '~> 3.0', :require => false
gem 'voxpupuli-acceptance', git: 'https://github.com/voxpupuli/voxpupuli-acceptance', branch: 'vagrant'
gem 'beaker-rspec', git: 'https://github.com/voxpupuli/beaker-rspec', branch: 'vagrant'
end

group :release do
Expand Down

0 comments on commit 9203613

Please sign in to comment.