We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a30daa + aa689fb commit 03a390dCopy full SHA for 03a390d
.github/workflows/copilot-setup-steps.yml
@@ -73,6 +73,10 @@ jobs:
73
74
if [ $elapsed -ge $timeout ]; then
75
echo "Timeout waiting for Unity Editor initialization"
76
+ echo "Container status:"
77
+ docker ps -a | grep unity-editor
78
+ echo "Running processes in container:"
79
+ docker exec unity-editor ps aux || true
80
echo "Last 50 lines of Unity Editor logs:"
81
docker logs unity-editor --tail 50
82
exit 1
0 commit comments