Browse Source

chore(test): testing the github action

Shawn 5 năm trước cách đây
mục cha
commit
02afda2f3b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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).
 
 %%--------------------------------------------------------------------