Skip to content

Commit

Permalink
Continue on error with dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Jun 17, 2024
1 parent 8085c6f commit 733aa73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/esphome-parallel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
cp -R esphome/travis_secrets.yaml.txt esphome/secrets.yaml
- name: Compile all ESPHome ${{matrix.file}}
uses: esphome/build-action@v2
continue-on-error: true
with:
version: dev
yaml_file: ${{matrix.file}}
Expand Down

0 comments on commit 733aa73

Please sign in to comment.