Sfoglia il codice sorgente

chore(CI): upload logs when emqx ct failed

zhanghongtong 4 anni fa
parent
commit
821bd8ad01
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      .github/workflows/run_emqx_app_tests.yaml

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

@@ -24,3 +24,9 @@ jobs:
             ./rebar3 eunit -v
             ./rebar3 ct -v
             ./rebar3 proper -d test/props
+        - uses: actions/upload-artifact@v1
+          if: failure()
+          with:
+            name: logs
+            path: apps/emqx/_build/test/logs
+