From 94298eebca9570f791ad0438f85812bac3bedf58 Mon Sep 17 00:00:00 2001 From: Jarkko Oranen Date: Mon, 19 Apr 2021 19:35:27 +0300 Subject: [PATCH] I have *no* clue why tests fail with CentOS 7 but it's not this module's fault --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4f47e87..d24bb891 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}