Files
ansible-role-auth-duo/.woodpecker/test.yml
Aaron Guise f3dc59d47f
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
Revert the matrix
2023-10-12 16:34:26 +13:00

24 lines
466 B
YAML

matrix:
MOLECULE_DISTRO:
- centos7
- almalinux8
steps:
test:
name: Test on ${MOLECULE_DISTRO}
image: guisea/ansible-molecule
pull: true
environment:
ANSIBLE_CALLBACK_WHITELIST: profile_tasks
EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- molecule test --all
when:
event:
- push
- manual
depends_on:
- lint