From 64bb8a6a3ffe11afd95a62db9f6435bb1ed1cf9a Mon Sep 17 00:00:00 2001 From: Jianhao Tan Date: Thu, 5 Nov 2020 22:24:36 +0800 Subject: [PATCH] chore: updated dependencies installation due to https://github.com/ansible-community/molecule/issues/2891 --- .github/workflows/github-ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-ci.yaml b/.github/workflows/github-ci.yaml index 62f72bc..a6849a7 100644 --- a/.github/workflows/github-ci.yaml +++ b/.github/workflows/github-ci.yaml @@ -26,9 +26,13 @@ jobs: python-version: '3.x' - name: Install test dependencies. - run: pip3 install molecule docker yamllint ansible-lint + run: pip3 install molecule docker yamllint ansible-lint molecule-docker - name: Run Molecule tests. run: | cd molecule-test-example molecule test + env: + PY_COLORS: '1' + ANSIBLE_FORCE_COLOR: '1' + MOLECULE_DISTRO: ${{ matrix.distro }}