We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a9344 commit cbc0df2Copy full SHA for cbc0df2
.github/workflows/ci.yml
@@ -23,3 +23,5 @@ jobs:
23
puppet:
24
name: Puppet
25
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
26
+ with:
27
+ beaker_hypervisor: 'vagrant_libvirt'
.sync.yml
@@ -1,3 +1,6 @@
1
---
2
spec/spec_helper_acceptance.rb:
3
unmanaged: false
4
+
5
+.github/workflows/ci.yml:
6
+ beaker_hypervisor: vagrant_libvirt
0 commit comments