Update test_panasonic_heatpump.yml

This commit is contained in:
ElVit 2025-11-25 17:14:10 +01:00 committed by GitHub
parent 5b93726000
commit 15ca90b581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -37,15 +37,6 @@ jobs:
yaml-file: tests/panasonic_heatpump/test_panasonic_heatpump_${{ matrix.board == 'full' && 'full' || matrix.board }}.yaml
version: latest
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: firmware-${{ matrix.board }}
path: |
.esphome/build/test-panasonic-heatpump-${{ matrix.board == 'full' && 'full' || matrix.board }}/.pioenvs/test-panasonic-heatpump-${{ matrix.board == 'full' && 'full' || matrix.board }}/firmware.bin
.esphome/build/test-panasonic-heatpump-${{ matrix.board == 'full' && 'full' || matrix.board }}/.pioenvs/test-panasonic-heatpump-${{ matrix.board == 'full' && 'full' || matrix.board }}/firmware.elf
retention-days: 7
lint-code:
name: Lint C++ Code
runs-on: ubuntu-latest