Przeglądaj źródła

ci: make emqx standalone test output more readable

Thales Macedo Garitezi 2 lat temu
rodzic
commit
dc4ae1a424
1 zmienionych plików z 1 dodań i 1 usunięć
  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 dialyzer
         ./rebar3 eunit -v
-        ./rebar3 ct -v
+        ./rebar3 ct -v --readable=true
         ./rebar3 proper -d test/props
     - uses: actions/upload-artifact@v3
       if: failure()