Tweak to Docker run command for HA check.
Lint / yamllint (push) Successful in 8s
Release Drafter / ✏️ Draft release (push) Failing after 6s
Lint / Prettier (push) Successful in 13s
Test / Home Assistant Core Configuration Check (push) Failing after 12s

This commit is contained in:
2025-08-31 21:25:13 -04:00
parent fa99b89a77
commit f3fa97af99
+2 -2
View File
@@ -111,9 +111,9 @@ runs:
fi
docker run --rm \
--entrypoint "" \
-v /workspace/{{ github.repository_owner }}:/github/workspace
--volumes-from ${{ env.JOB_CONTAINER_NAME }}
$env_file_arg \
--workdir /github/workspace \
--workdir ${{ github.workspace }} \
"ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \
python -m homeassistant \
--config "${{ steps.check.outputs.path }}" \