Completely remove media player specific tests
This commit is contained in:
28
.github/workflows/validate_esphome.yml
vendored
28
.github/workflows/validate_esphome.yml
vendored
@@ -151,34 +151,6 @@ jobs:
|
|||||||
yaml-file: ".test/esphome_ard_ble_proxy.yaml"
|
yaml-file: ".test/esphome_ard_ble_proxy.yaml"
|
||||||
version: dev
|
version: dev
|
||||||
|
|
||||||
build_ard_media_player_latest:
|
|
||||||
name: "⚡ Arduino Media Player (latest)"
|
|
||||||
needs:
|
|
||||||
- build_ard_basic
|
|
||||||
- build_ard_hw_relays
|
|
||||||
- build_ard_hw_vibration
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@main
|
|
||||||
- name: Build Arduino Media Player - latest
|
|
||||||
uses: esphome/build-action@main
|
|
||||||
with:
|
|
||||||
yaml-file: ".test/esphome_ard_media_player.yaml"
|
|
||||||
version: latest
|
|
||||||
|
|
||||||
build_ard_media_player_dev:
|
|
||||||
name: "⚡ Arduino Media Player (dev)"
|
|
||||||
needs: build_ard_basic_dev
|
|
||||||
if: success() && !inputs.skip_dev
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@main
|
|
||||||
- name: Build Arduino Media Player - dev
|
|
||||||
uses: esphome/build-action@main
|
|
||||||
with:
|
|
||||||
yaml-file: ".test/esphome_ard_media_player.yaml"
|
|
||||||
version: dev
|
|
||||||
|
|
||||||
# IDF Framework - Foundation (latest)
|
# IDF Framework - Foundation (latest)
|
||||||
build_idf_core:
|
build_idf_core:
|
||||||
name: "🏗️ IDF Core (latest)"
|
name: "🏗️ IDF Core (latest)"
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
packages:
|
|
||||||
common_arduino: !include common_ard.yaml
|
|
||||||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
|
|
||||||
standard_hw_relays_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml
|
|
||||||
standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml
|
|
||||||
standard_media_player_media_player: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml
|
|
||||||
...
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
packages:
|
|
||||||
common_idf: !include common_idf.yaml
|
|
||||||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
|
|
||||||
standard_hw_relays_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml
|
|
||||||
standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml
|
|
||||||
standard_media_player: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml
|
|
||||||
...
|
|
||||||
Reference in New Issue
Block a user