Files
ansible-role-auth-duo/.woodpecker/test.yml
Aaron Guise 50220b58c0
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
Boo
2023-10-12 16:49:48 +13:00

27 lines
654 B
YAML

matrix:
include:
- MOLECULE_DISTRO: centos7
MOLECULE_SCENARIO: default
- MOLECULE_DISTRO: centos7
MOLECULE_SCENARIO: fixed-mirror
- MOLECULE_DISTRO: almalinux8
MOLECULE_SCENARIO: default
- MOLECULE_DISTRO: almalinux8
MOLECULE_SCENARIO: fixed-mirror
steps:
test:
name: Test on ${MOLECULE_DISTRO}
image: guisea/ansible-molecule
pull: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- molecule test -s ${MOLECULE_SCENARIO}
secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey ]
when:
event:
- push
- manual
depends_on:
- lint