Files
ansible-role-auth-duo/.woodpecker/test.yml
Aaron Guise aea0af4d92
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
Consume secret
2023-10-12 16:39:53 +13:00

22 lines
405 B
YAML

matrix:
MOLECULE_DISTRO:
- centos7
- almalinux8
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 --all
secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey ]
when:
event:
- push
- manual
depends_on:
- lint