vladimiry / ElectronMail

Unofficial ProtonMail Desktop App
GNU General Public License v3.0
1.48k stars 96 forks source link

GitHub Actions CI fails to run Playwright e2e tests on macOS #635

Open vladimiry opened 10 months ago

vladimiry commented 10 months ago

Gets failed with Error: electron.launch: Process failed to launch! error. Even previous tags/releases affected, so apparently the issue not related ElectronMail code/dependencies update, but came with GitHub Actions runner OS image update, https://github.com/actions/runner-images.

vladimiry commented 10 months ago

@ylluminarious, @ylluminate, @prestr, @badwulfy, @technotiger, @serovar, can someone test macOS builds uploaded here? Testing means simply verifying that it runs on macOS. Ideally you run both, x64 + arm64 builds, but at least one is ok too. If it runs, I'm going to publish these builds as v5.2.0 release.

The Apple Silicon/M1 ARM64 package requires xattr -d com.apple.quarantine /Applications/ElectronMail.app command execution.

serovar commented 10 months ago

They both run fine 👍🏻

vladimiry commented 10 months ago

@serovar thanks, v5.2.0 release coming soon.

ylluminate commented 10 months ago

Thanks for pinging us and for your ongoing work @vladimiry. Been running around like a chicken with its head cut off on this end, so sorry for missing your message until now.