Skip to content

Commit

Permalink
I have *no* clue why tests fail with CentOS 7
Browse files Browse the repository at this point in the history
but it's not this module's fault
  • Loading branch information
oranenj committed Apr 19, 2021
1 parent 10be91d commit 94298ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,9 @@ jobs:
- name: Run tests
run: bundle exec rake beaker
env:
# Yes, this should be in modulesync, but for now, just work around weird test failures
# caused by locale on CentOS 7 with Puppet 7
LANG: en_US
LC_ALL: en_US.UTF-8
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }}
BEAKER_setfile: ${{ matrix.setfile.value }}

0 comments on commit 94298ee

Please sign in to comment.