xoxys.auditd/.woodpecker/test.yaml
Robert Kaussow 191476ae94
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test unknown status
ci/woodpecker/pr/docs unknown status
fix: fix ansible temp dir
2024-08-18 16:28:26 +02:00

26 lines
478 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"
ANSIBLE_LOCAL_TEMP: /tmp
HCLOUD_TOKEN:
from_secret: molecule_hcloud_token
steps:
- name: molecule-default
<<: *molecule_base
commands:
- molecule test -s default
depends_on:
- lint