feat(cicd): add tests and add correct molecule scenario names
Some checks failed
test / Linting (push) Failing after 37s
test / Molecule tests (default, debian11) (push) Has been skipped
test / Molecule tests (default, debian12) (push) Has been skipped
test / Molecule tests (default, ubuntu2004) (push) Has been skipped
test / Molecule tests (default, ubuntu2204) (push) Has been skipped
test / Molecule tests (with_docker_host, debian11) (push) Has been skipped
test / Molecule tests (with_docker_host, debian12) (push) Has been skipped
test / Molecule tests (with_docker_host, ubuntu2004) (push) Has been skipped
test / Molecule tests (with_docker_host, ubuntu2204) (push) Has been skipped

This commit is contained in:
Bertrand Lanson 2023-12-13 18:26:27 +01:00
parent 8eadf282e8
commit 87dc9f62ec

View File

@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
test_os: [debian11, debian12, ubuntu2004, ubuntu2204]
scenario: [default, with_custom_flags]
scenario: [default, with_docker_host]
env:
ANSIBLE_HOST_KEY_CHECKING: 'false'
ANSIBLE_FORCE_COLOR: 'true'