Prechádzať zdrojové kódy

test: run eunit test for 'emqx' app with a node name

Zaiming (Stone) Shi 2 rokov pred
rodič
commit
878b7b86dc
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .github/workflows/run_emqx_app_tests.yaml

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

@@ -55,7 +55,7 @@ jobs:
         cd apps/emqx
         cd apps/emqx
         ./rebar3 xref
         ./rebar3 xref
         ./rebar3 dialyzer
         ./rebar3 dialyzer
-        ./rebar3 eunit -v
+        ./rebar3 eunit -v --name 'eunit@127.0.0.1'
         ./rebar3 as standalone_test ct --name 'test@127.0.0.1' -v --readable=true
         ./rebar3 as standalone_test ct --name 'test@127.0.0.1' -v --readable=true
         ./rebar3 proper -d test/props
         ./rebar3 proper -d test/props
     - uses: actions/upload-artifact@v3
     - uses: actions/upload-artifact@v3