From dc4ae1a424e72a9fa15e44051a5768f15a613f7e Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Wed, 31 May 2023 10:56:06 -0300 Subject: [PATCH] ci: make emqx standalone test output more readable --- .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 ffed8d0c8..24c3d2b42 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 + ./rebar3 ct -v --readable=true ./rebar3 proper -d test/props - uses: actions/upload-artifact@v3 if: failure()