From 47c32d3e18376ec7df44accdc90a6923b026f942 Mon Sep 17 00:00:00 2001 From: Fabricio Aguiar Date: Fri, 17 Sep 2021 17:20:02 -0300 Subject: [PATCH] Pinning molecule - temporarily pin molecule - add color to molecule run --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f61a28d..59aaa757 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - name: Install Dependencies run: | pip install \ - molecule \ + "molecule<3.5" \ molecule-docker \ yamllint \ ansible-lint \ @@ -47,5 +47,7 @@ jobs: - name: Run Molecule env: MOLECULE_VERBOSITY: 3 + PY_COLORS: '1' + ANSIBLE_FORCE_COLOR: '1' run: | molecule test -s test-minikube