Files
ansible-role-auth-duo/.woodpecker/test.yml

24 lines
565 B
YAML
Raw Normal View History

2023-10-10 23:25:49 +13:00
matrix:
2023-10-12 16:10:25 +13:00
include:
- MOLECULE_DISTRO: centos7
MOLECULE_DOCKER_COMMAND: /usr/lib/systemd/systemd
- MOLECULE_DISTRO: almalinux8
MOLECULE_DOCKER_COMMAND: ""
2023-10-10 23:25:49 +13:00
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
depends_on:
- lint