From e2c3cc2907651da1454b4e24c8817172f5d92d97 Mon Sep 17 00:00:00 2001 From: Brian Hartsock <309711+brianhartsock@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:16:37 -0500 Subject: [PATCH] Run check_mode molecule scenario in build --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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'