From 5ce934b472355cd5c138a85a0440eba15abf1b9c Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Wed, 7 Jun 2023 12:04:29 +0200 Subject: [PATCH] CI use LANG=C.UTF-8 for integration tests Signed-off-by: Justin Cinkelj --- .github/workflows/integ-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integ-test.yml b/.github/workflows/integ-test.yml index cb96851e..f9ef369f 100644 --- a/.github/workflows/integ-test.yml +++ b/.github/workflows/integ-test.yml @@ -38,6 +38,7 @@ env: # ansible-test needs special directory structure. # WORKDIR is a subdir of GITHUB_WORKSPACE WORKDIR: work-dir/ansible_collections/scale_computing/hypercore + LANG: C.UTF-8 # Run only one workflow for specific branch. concurrency: group: ${{ github.ref_name }}