Skip to content

Commit

Permalink
ci: fix override use local components
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Jul 25, 2024
1 parent 15424b0 commit 9c1e664
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: |
esphome_version=$(grep esphome requirements.txt | cut -d'=' -f3)
echo "esphome_version=$esphome_version" >> "$GITHUB_OUTPUT"
- name: Modify packages/project.yaml to use local components
run: |
sed -i.bak 's|source: github://yoziru/esphome-tesla-ble/components@main|source: components|' packages/project.yml && rm packages/project.yml.bak
- name: Build ESPHome firmware to verify configuration
uses: esphome/[email protected]
with:
Expand Down

0 comments on commit 9c1e664

Please sign in to comment.