mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
test
This commit is contained in:
parent
da7db73e5e
commit
edc2570ac3
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -589,9 +589,10 @@ jobs:
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
|
||||
integration_params=""
|
||||
if [[ "${{ needs.info.outputs.integrations_glob }}" != "" && "${{ needs.info.outputs.integrations_glob }}" != *","* ]]; then
|
||||
integration_params=(--integration-path homeassistant/components/${{ needs.info.outputs.integrations_glob }})
|
||||
integration_params="${{ needs.info.outputs.integrations_glob }}"
|
||||
integration_params="bring"
|
||||
if [[ "${integration_params}" == *","* ]]; then
|
||||
integration_params=""
|
||||
fi
|
||||
|
||||
python -m script.hassfest --requirements --action validate ${integration_params}
|
||||
|
Loading…
x
Reference in New Issue
Block a user