fix: change test scenario names in CICD
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m10s
test / Molecule tests (default, debian12) (push) Successful in 1m13s
test / Molecule tests (default, debian11) (push) Successful in 1m19s
test / Molecule tests (with_custom_flags, debian11) (push) Successful in 31s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m0s
test / Molecule tests (with_custom_flags, debian12) (push) Successful in 1m9s
test / Molecule tests (with_custom_flags, ubuntu2004) (push) Successful in 53s
test / Molecule tests (with_custom_flags, ubuntu2204) (push) Successful in 34s

This commit is contained in:
Bertrand Lanson 2023-12-10 18:50:18 +01:00
parent e25f838a8d
commit 4b1ea01f3b

View File

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