hassio-conf/.woodpecker/test.yml
Robert Kaussow 20523ecaab
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/notify Pipeline was successful
ci: fix ci workspace env var
2024-10-18 10:46:27 +02:00

24 lines
470 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