Rename test-multiconf to test-full-config

This commit is contained in:
ElVit 2025-11-25 23:17:39 +01:00 committed by GitHub
parent a51fe33056
commit 063147ac07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ jobs:
run: |
esphome config tests/panasonic_heatpump/test_panasonic_heatpump_mini.yaml
test-multiconf:
test-full-config:
name: Test Full Configuration
runs-on: ubuntu-latest
timeout-minutes: 15
@ -160,7 +160,7 @@ jobs:
name: Test Summary
runs-on: ubuntu-latest
timeout-minutes: 5
needs: [test-build, lint-code, lint-python, test-python, test-minimal-config, test-multiconf]
needs: [test-build, lint-code, lint-python, test-python, test-minimal-config, test-full-config]
if: always()
steps:
- name: Check test results