GabrielBB / xvfb-action

Run your tests headlessly ❌🖥️
https://github.com/marketplace/actions/gabrielbb-xvfb-action
MIT License
140 stars 20 forks source link

Failed to open X11 display; make sure the DISPLAY environment variable is set correctly #22

Open Laguna1989 opened 2 years ago

Laguna1989 commented 2 years ago

Happens sporadically, e.g. in https://github.com/Laguna1989/JamTemplateCpp/runs/4426727170?check_suite_focus=true

Do I need to set DISPLAY manually? Anything I can do about that?

ssbarnea commented 2 years ago

That is indeed a good question as I do also have some problems using xvfv-action with an error that looks like:

[2466:1215/114005.414629:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")

See: https://github.com/ansible/vscode-ansible/runs/4533410876?check_suite_focus=true

Laguna1989 commented 1 year ago

Ping @GabrielBB any updates on this? Issue is still the same