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'