Skip to content

Commit 03a390d

Browse files
authored
Merge pull request #310 from IvanMurzak/copilot/sub-pr-308-again
[WIP] WIP address feedback from review on copilot action
2 parents 8a30daa + aa689fb commit 03a390d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
7474
if [ $elapsed -ge $timeout ]; then
7575
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
7680
echo "Last 50 lines of Unity Editor logs:"
7781
docker logs unity-editor --tail 50
7882
exit 1

0 commit comments

Comments
 (0)