socket
socket copied to clipboard
ssc --test crashing in CI
Socket is crashing with an exit 1 code in GitHub actions, with no apparent error output.
ssc build -r -o --test=./test/index.js
• preparing build for mac +19ms
• ran user build command +7953ms
• package prepared +28ms
• compiled native binary +2264ms
• Running App: +30ms
• App result: 1 +150ms
Error: Process completed with exit code 1.
on which platform?
on which platform?
On macOS and linux, though I'm not sure related.
Switching from macOS-latest to macOS-13 seems to have cleared up the immediate crash in CI. Looking into linux now.