Skip to content

Commit

Permalink
use newer version of ci with some vagrant fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Sep 19, 2024
1 parent be9bbc7 commit 0e16450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
with:
pidfile_workaround: 'false'
beaker_facter: 'memory.system.total:TotalMemory:100 MiB'
Expand Down
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ spec/spec_helper_acceptance.rb:

# Minimum size that mkswap will accept is 40MB.
.github/workflows/ci.yml:
beaker_hypervisor: vagrant_libvirt
beaker_facter: 'memory.system.total:TotalMemory:100 MiB'

0 comments on commit 0e16450

Please sign in to comment.