ci: Use http_direct scenario
Some checks failed
CI / lint (push) Successful in 13s
CI / Molecule Test (almalinux9) (push) Failing after 1m58s
CI / Molecule Test (almalinux8) (push) Failing after 5m25s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2024-06-01 20:29:50 +12:00
parent ddb35eb75e
commit e146584ce2

View File

@@ -52,7 +52,7 @@ jobs:
run: ansible-galaxy install -r molecule/requirements.yml
- name: Run Molecule tests.
run: molecule test
run: molecule test --scenario-name http_direct
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'