hassio-conf/.woodpecker/test.yml
Robert Kaussow 8b28285c0f
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/notify Pipeline was successful
ci: test config against hassio latest and dev
2024-10-18 10:39:03 +02:00

24 lines
472 B
YAML

---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &pytest_base
depends_on: []
commands:
- hass -c ${CI_WORKSPACE} --script check_config
environment:
PY_COLORS: "1"
steps:
- name: hassio-dev
image: ghcr.io/home-assistant/home-assistant:dev
<<: *pytest_base
- name: hassio-latest
image: ghcr.io/home-assistant/home-assistant:latest
<<: *pytest_base