Procházet zdrojové kódy

ci: make emqx standalone test output more readable

Thales Macedo Garitezi před 2 roky
rodič
revize
dc4ae1a424
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/workflows/run_emqx_app_tests.yaml

+ 1 - 1
.github/workflows/run_emqx_app_tests.yaml

@@ -71,7 +71,7 @@ jobs:
         ./rebar3 xref
         ./rebar3 xref
         ./rebar3 dialyzer
         ./rebar3 dialyzer
         ./rebar3 eunit -v
         ./rebar3 eunit -v
-        ./rebar3 ct -v
+        ./rebar3 ct -v --readable=true
         ./rebar3 proper -d test/props
         ./rebar3 proper -d test/props
     - uses: actions/upload-artifact@v3
     - uses: actions/upload-artifact@v3
       if: failure()
       if: failure()