Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
sthope 2021-09-02 12:35:01 +02:00
parent cc39d82e19
commit 35892c831d

View File

@ -4,7 +4,7 @@ name: default
steps:
- name: Test HA Stable
- name: Test HA stable
pull: always
image: homeassistant/home-assistant:latest
commands:
@ -12,6 +12,22 @@ steps:
- cp -r . /config/
- hass -c /config --script check_config
- name: Test HA rc
pull: always
image: homeassistant/home-assistant:rc
commands:
- mv mock_secrets.yaml secrets.yaml
- cp -r . /config/
- hass -c /config --script check_config
- name: Test HA dev
pull: always
image: homeassistant/home-assistant:dev
commands:
- mv mock_secrets.yaml secrets.yaml
- cp -r . /config/
- hass -c /config --script check_config
- name: discord
pull: always