You've already forked ansible-role-auth-duo
Try break out tests in matrix
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
matrix:
|
matrix:
|
||||||
MOLECULE_DISTRO:
|
include:
|
||||||
- centos7
|
- MOLECULE_DISTRO: centos7
|
||||||
- almalinux8
|
MOLECULE_SCENARIO:
|
||||||
|
- default
|
||||||
|
- fixed-mirror
|
||||||
|
- MOLECULE_DISTRO: almalinux8
|
||||||
|
MOLECULE_SCENARIO:
|
||||||
|
- default
|
||||||
|
- fixed-mirror
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
name: Test on ${MOLECULE_DISTRO}
|
name: Test on ${MOLECULE_DISTRO}
|
||||||
@@ -11,7 +16,7 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- molecule test --all
|
- molecule test -s ${MOLECULE_SCENARIO}
|
||||||
secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey ]
|
secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey ]
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
|||||||
Reference in New Issue
Block a user