-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
electron tests are broken #3676
Labels
dependencies
Pull requests that update a dependency file
Comments
where do you see the failures? I get notices for each build action, but haven't had any today |
e.g. https://github.com/khassel/MagicMirror/actions/runs/12589061748 maybe your account or MagicMirrorOrg account are still using 22.04 as latest, they do it step by step, but will be a question of time ... |
rejas
pushed a commit
that referenced
this issue
Jan 3, 2025
clientonly: - did work only with xserver and `DISPLAY` env var - now checks for `WAYLAND_DISPLAY` or `DISPLAY` env var before running - if `WAYLAND_DISPLAY` is set now starts with wayland parameters electron tests see #3676
I removed the "ready (coming with next release)" label because
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before adding a PR I tested it on my fork. Without any changes related to electron and without any dependency updates all electron tests are failing.
Found a hint on the actions site:
After changing the workflow back to ubuntu-22.04 the tests are working again.
Will provide this as hotfix.
I suspect in ubuntu-24.04 dependencies are missing needed by electron. We have enough time to solve the issue in 24.04 because 22.04 is supported for another 2 years.
The text was updated successfully, but these errors were encountered: