cmux/.github
Lawrence Chen 4d2fd30143 Fix UI test hang: bypass launch guard for XCUITest apps
XCUITest launches the app as a separate process that doesn't inherit
XCTest env vars (XCTestConfigurationFilePath, etc.), so
isRunningUnderXCTest() returns false. The app then hits
shouldBlockUntaggedDebugLaunch() and exits with code 64, causing the
test runner to hang waiting for the app to launch.

Fix: detect CMUX_UI_TEST_* env vars set via XCUIApplication.launchEnvironment
and skip the launch guard. Also revert the failed CMUX_TAG ci.yml workaround.
2026-02-24 23:28:34 -08:00
..
ISSUE_TEMPLATE Add GitHub issue templates for bug reports and feature requests (#165) 2026-02-20 04:02:26 -08:00
workflows Fix UI test hang: bypass launch guard for XCUITest apps 2026-02-24 23:28:34 -08:00