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

This commit is contained in:
2025-08-31 21:09:25 -04:00
parent 0180eee514
commit ccfc94bcdd
+1 -1
View File
@@ -113,7 +113,7 @@ runs:
--entrypoint "" \
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \
$env_file_arg \
--workdir /github/workspace \
--workdir /workspace/${{ github.repository_owner }} \
"ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \
python -m homeassistant \
--config "${{ steps.check.outputs.path }}" \