Просмотр исходного кода

chore(test): testing the github action

Shawn 5 лет назад
Родитель
Сommit
02afda2f3b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apps/emqx_auth_http/src/emqx_acl_http.erl

+ 1 - 0
apps/emqx_auth_http/src/emqx_acl_http.erl

@@ -36,6 +36,7 @@
 
 -spec(register_metrics() -> ok).
 register_metrics() ->
+    io:format("testing"),
     lists:foreach(fun emqx_metrics:ensure/1, ?ACL_METRICS).
 
 %%--------------------------------------------------------------------