mtproto_proxy/.github/workflows
Sergey Prokhorov d5f5a74de5
fix: start epmd before net_kernel in split_dc_SUITE; ci: epmd -daemon
split_dc_SUITE requires Erlang distribution (peer module). On GitHub
Actions (and any fresh environment) epmd is not pre-started, causing
net_kernel:start to fail with nodistribution.

Fix: call os:cmd("epmd -daemon") before net_kernel:start in
init_per_suite. The call is idempotent — safe when epmd is already
running.

Also start epmd explicitly in the CI 'ct' step as a belt-and-suspenders
measure.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-12 00:39:02 +02:00
..
ci.yml fix: start epmd before net_kernel in split_dc_SUITE; ci: epmd -daemon 2026-04-12 00:39:02 +02:00