Kaynağa Gözat

ci: explain why we need to run emqx app tests standalone

Zaiming (Stone) Shi 3 yıl önce
ebeveyn
işleme
632d5bf646
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      .github/workflows/run_emqx_app_tests.yaml

+ 4 - 0
.github/workflows/run_emqx_app_tests.yaml

@@ -1,5 +1,9 @@
 name: Check emqx app standalone
 name: Check emqx app standalone
 
 
+## apps/emqx can be used as a rebar/mix dependency
+## in other project, so we need to make sure apps/emqx
+## as an Erlang/Elixir app works standalone
+
 on:
 on:
   push:
   push:
     branches:
     branches: