Update pipeline
Some checks failed
ci/woodpecker/push/1.lint Pipeline was successful
ci/woodpecker/push/2.test Pipeline failed
ci/woodpecker/push/1.test Pipeline was successful

This commit is contained in:
2023-10-05 17:19:05 +13:00
parent 5baf0d2d87
commit 233b976243
2 changed files with 3 additions and 2 deletions

21
.woodpecker/.2.test.yml Normal file
View File

@@ -0,0 +1,21 @@
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
depends_on:
- 1.lint