diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ff5ec30..8100608 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -35,7 +35,7 @@ jobs: run: pip3 install ansible molecule-plugins[docker] docker - name: Run Molecule tests. - run: molecule test --all + run: molecule test env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'