From fb6c9a6866d1e032967237577d356ce65f979302 Mon Sep 17 00:00:00 2001 From: Ioannis Angelakopoulos Date: Wed, 28 Sep 2022 06:48:25 +0300 Subject: [PATCH] adds colors to molecule testing in GitHub action (#109) --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f24a7ef..20b9b35 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,6 +65,8 @@ jobs: ANSIBLE_K3S_LOG_DIR: ${{ runner.temp }}/logs/k3s-ansible/${{ matrix.scenario }} ANSIBLE_SSH_RETRIES: 4 ANSIBLE_TIMEOUT: 60 + PY_COLORS: 1 + ANSIBLE_FORCE_COLOR: 1 - name: Upload log files if: always() # do this even if a step before has failed