ci: explain why we need to run emqx app tests standalone
This commit is contained in:
parent
bed3c8bc51
commit
632d5bf646
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue