mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-03-03 07:14:10 +01:00
Use ESPHome dev branch in CI to match production
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -36,9 +36,9 @@ jobs:
|
||||
with:
|
||||
files: "mcu-*.yaml"
|
||||
|
||||
- name: Install ESPHome
|
||||
- name: Install ESPHome (dev)
|
||||
if: steps.changed.outputs.any_changed == 'true'
|
||||
run: pip install esphome
|
||||
run: pip install git+https://github.com/esphome/esphome.git@dev
|
||||
|
||||
- name: Prepare secrets
|
||||
if: steps.changed.outputs.any_changed == 'true'
|
||||
|
||||
Reference in New Issue
Block a user