Open ubmarco opened 3 weeks ago
The error also appears when I connect to the machine via SSH and run it locally outside of a github action.
And without coactions/setup-xvfb
.
It just returns
bash-3.2$ node_modules/.bin/vscode-test
✔ Validated version: 1.95.1
✔ Found existing install in /Users/gh-runner/new_ext/vscode/.vscode-test/vscode-darwin-arm64-1.95.1
2024-11-05 16:19:32.147 Electron[7215:51296] +[NSXPCSharedListener endpointForReply:withListenerName:replyErrorCode:]: an error occurred while attempting to obtain endpoint for listener 'ClientCallsAuxiliary': Connection interrupted
and hangs there forever.
I am running tests for a VS Code extension on a self-hosted Github runner. The runner is installed on an Mac mini M2 ARM architecture. The Mac has a display connected, but no user is logged in during the test. I also don't want to connect a display for productive usage.
It hangs at this step for a couple of minutes until the Github action times out. Any clue what's wrong?