Skip to content

Commit 26afc50

Browse files
committed
Test beaker-hcloud
1 parent dbaa56f commit 26afc50

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ 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: 'label2'
2021
end
2122

2223
group :release do

0 commit comments

Comments
 (0)