Skip to content

Commit 6487f95

Browse files
committed
Test beaker-hcloud
1 parent dbaa56f commit 6487f95

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
jobs:
1414
puppet:
1515
name: Puppet
16-
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v1
16+
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@env
1717
with:
1818
pidfile_workaround: 'false'
19+
beaker_hypervisor: 'hcloud'
20+
secrets:
21+
beaker_hcloud_token: '${{ secrets.BEAKER_HCLOUD_TOKEN }}'

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ end
1717

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

2224
group :release do

0 commit comments

Comments
 (0)