Skip to content

Commit

Permalink
Enable beaker on hcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 7, 2022
1 parent 80902e8 commit 91a9251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
env:
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }}
BEAKER_setfile: ${{ matrix.setfile.value }}
BEAKER_HYPERVISOR: 'hcloud'
HCLOUD_TOKEN: '${{ secrets.HCLOUD_TOKEN }}'

tests:
needs:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ end

group :system_tests do
gem 'voxpupuli-acceptance', '~> 1.0', :require => false
gem 'beaker-hcloud', require: false, git: 'https://github.com/oneiros/beaker-hcloud', branch: 'issue-10'
end

group :release do
Expand Down

0 comments on commit 91a9251

Please sign in to comment.