Skip to content

Commit

Permalink
Test beaker-hcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 1, 2023
1 parent dbaa56f commit a622608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v1
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@env
with:
pidfile_workaround: 'false'
beaker_hypervisor: 'hcloud'
env:
BEAKER_HCLOUD_TOKEN: '${{ secrets.BEAKER_HCLOUD_TOKEN }}'
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ end

group :system_tests do
gem 'voxpupuli-acceptance', '~> 2.0', :require => false
gem 'beaker-hcloud', git: 'https://github.com/bastelfreak/beaker-hcloud', branch: 'label2'
end

group :release do
Expand Down

0 comments on commit a622608

Please sign in to comment.