Skip to content

Commit

Permalink
GHA: Replace BEAKER_setfile->BEAKER_SETFILE env var
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 9, 2023
1 parent 7c90997 commit 59ceea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: bundle exec rake beaker
env:
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }}
BEAKER_setfile: ${{ matrix.setfile.value }}
BEAKER_SETFILE: ${{ matrix.setfile.value }}
BEAKER_HYPERVISOR: ${{ inputs.beaker_hypervisor }}

tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end
group :system_tests do
gem 'beaker', require: false
gem 'beaker-docker', require: false
gem 'beaker-rspec', require: false
gem 'beaker-rspec', '>= 8.0', require: false
end

# The release group is used in gha-puppet's release workflow
Expand Down

0 comments on commit 59ceea7

Please sign in to comment.