diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d42d729..9c9f4a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: ansible-galaxy install -r molecule/requirements.yml - name: Run Molecule tests. - run: molecule test + run: molecule test --scenario-name http_direct env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'