CHORE: Linting CI Pipeline
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2023-10-06 07:04:43 +13:00
parent bd61d62fd6
commit 942fe21aef
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ steps:
group: test
name: "Lint: Ansible-lint"
image: guisea/ansible-molecule
commands:
commands:
- ansible-lint -c ".ansible-lint"
when:
event: push
@@ -11,7 +11,7 @@ steps:
group: test
name: "Lint: Yamllint"
image: guisea/ansible-molecule
commands:
commands:
- yamllint .
when:
event: push

View File

@@ -1,8 +1,8 @@
matrix:
MOLECULE_DISTRO:
MOLECULE_DISTRO:
- centos7
- almalinux8
steps:
test:
name: Test on ${MOLECULE_DISTRO}
@@ -13,9 +13,9 @@ steps:
EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
commands:
- molecule test --all
when:
event: push
depends_on:
depends_on:
- lint