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 6487f95
Show file tree
Hide file tree
Showing 2 changed files with 6 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'
secrets:
beaker_hcloud_token: '${{ secrets.BEAKER_HCLOUD_TOKEN }}'
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ end

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

group :release do
Expand Down

0 comments on commit 6487f95

Please sign in to comment.