From 8f4a950a6f53aea27be4f002ce29fc8ca1b98aee Mon Sep 17 00:00:00 2001 From: William Yang Date: Thu, 1 Jun 2023 10:31:55 +0200 Subject: [PATCH] ci(emqx-ct-standalone): enable erl distribution while start CT --- .github/workflows/run_emqx_app_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_emqx_app_tests.yaml b/.github/workflows/run_emqx_app_tests.yaml index 67d58a179..b37070775 100644 --- a/.github/workflows/run_emqx_app_tests.yaml +++ b/.github/workflows/run_emqx_app_tests.yaml @@ -71,7 +71,7 @@ jobs: ./rebar3 xref ./rebar3 dialyzer ./rebar3 eunit -v - ./rebar3 ct -v --readable=true + ./rebar3 ct --name 'test@127.0.0.1' -v --readable=true ./rebar3 proper -d test/props - uses: actions/upload-artifact@v3 if: failure()