diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3c24c8..b7d41f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,3 +61,9 @@ jobs: env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1' + + - name: Run Molecule tests (check_mode) + run: molecule test -s check_mode + env: + PY_COLORS: '1' + ANSIBLE_FORCE_COLOR: '1'