Skip to content

Commit

Permalink
Merge branch 'master' into energy_monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Jun 19, 2024
2 parents 9cd985e + 4b63e09 commit ccd35c2
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/esphome-parallel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,32 +79,6 @@ jobs:
version: beta
yaml_file: ${{matrix.file}}

loop-dev:
name: Test ESPHome Dev firmware
runs-on: ubuntu-latest
needs: [files] # Depends on previous job
strategy:
matrix:
file: ${{fromJson(needs.files.outputs.file)}} # List matrix strategy from files dynamically
steps:
- name: Getting your configuration from GitHub
uses: actions/checkout@v4
- name: ESPHome Version
uses: "docker://esphome/esphome:dev"
with:
args: "version"
- name: Copy stub files into configuration folder
if: ${{ steps.esphome-test-required.outputs.ESPHOME_CHANGES != 'false' }}
run: |
cp -R esphome/travis_secrets.yaml.txt esphome/common/secrets.yaml
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}}

# This is used by branch protections
final:
name: Final ESPHome check
Expand Down

0 comments on commit ccd35c2

Please sign in to comment.