Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk committed Nov 28, 2023
1 parent d2b6c7b commit 9d383c1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'deployments/ansible/galaxy.yml'
branches:
- main
- ansible-new-zeroconfig-test
pull_request:
paths:
- '.github/workflows/ansible.yml'
Expand Down Expand Up @@ -138,10 +139,6 @@ jobs:
- "2016"
- "2019"
- "2022"
scenario:
- default
- custom_vars
- with_instrumentation
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
Expand All @@ -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'
Expand Down

0 comments on commit 9d383c1

Please sign in to comment.