From 9d383c14ef310166687c505f5cdc15e71a9dfa00 Mon Sep 17 00:00:00 2001 From: jeffreyc-splunk Date: Thu, 16 Nov 2023 10:40:29 -0500 Subject: [PATCH] test --- .github/workflows/ansible.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 79f7fe3ae7..16ba80ff06 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -12,6 +12,7 @@ on: - 'deployments/ansible/galaxy.yml' branches: - main + - ansible-new-zeroconfig-test pull_request: paths: - '.github/workflows/ansible.yml' @@ -138,10 +139,6 @@ jobs: - "2016" - "2019" - "2022" - scenario: - - default - - custom_vars - - with_instrumentation steps: - name: Check out the codebase. uses: actions/checkout@v4 @@ -168,7 +165,7 @@ jobs: run: pip3 install --use-pep517 -r ${GITHUB_WORKSPACE}/requirements.txt - name: Run Molecule tests. - run: molecule --debug -v --base-config ./molecule/config/windows.yml test -s ${{ matrix.scenario }} -p ${{ matrix.distro }} + run: molecule --debug -v --base-config ./molecule/config/windows.yml test -p ${{ matrix.distro }} --all env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'