Update test_panasonic_heatpump.yml

This commit is contained in:
ElVit 2025-11-26 09:27:39 +01:00 committed by GitHub
parent e7a9af6c45
commit 598d2fe26c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ jobs:
echo "Lint Python: ${{ needs.lint-python.result }}"
echo "Python Unit Tests: ${{ needs.test-python.result }}"
echo "Minimal Config: ${{ needs.test-minimal-config.result }}"
echo "Multi-instance Config: ${{ needs.test-full-config.result }}"
echo "Full Config: ${{ needs.test-full-config.result }}"
if [ "${{ needs.test-build.result }}" != "success" ] || \
[ "${{ needs.lint-code.result }}" != "success" ] || \