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

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