Skip to content

Commit 93f3cb3

Browse files
committed
Enable beaker on hcloud
1 parent 2b0be14 commit 93f3cb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ concurrency:
1313
jobs:
1414
puppet:
1515
name: Puppet
16-
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1
16+
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v1

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', '~> 1.0', :require => false
20+
gem 'beaker-hcloud', require: false, git: 'https://github.com/bastelfreak/beaker-hcloud', branch: 'fqdn'
2021
end
2122

2223
group :release do

0 commit comments

Comments
 (0)