xoxys.auditd/.woodpecker/test.yaml
Robert Kaussow 0ef0e0e769
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/pr/docs unknown status
debug
2024-08-18 20:56:16 +02:00

27 lines
550 B
YAML

---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &molecule_base
image: ghcr.io/ansible/community-ansible-dev-tools
group: molecule
environment:
PY_COLORS: "1"
HCLOUD_TOKEN:
from_secret: molecule_hcloud_token
steps:
- name: molecule-default
<<: *molecule_base
commands:
# TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552
- export HOME=/home/podman
- molecule test -s default
depends_on:
- lint