Override entry point and run interactive

This commit is contained in:
Franck Nijhof
2021-01-13 01:42:04 +01:00
parent bcd6c4ea39
commit 12a1abed42
+2 -1
View File
@@ -95,7 +95,8 @@ runs:
"homeassistant/home-assistant:${{ steps.version.outputs.version }}" \
python -m homeassistant --version
docker run --rm \
docker run --rm -it \
--entrypoint /bin/bash \
-v $(pwd):/github/workspace \
--workdir /github/workspace \
"homeassistant/home-assistant:${{ steps.version.outputs.version }}" \