Переглянути джерело

chore(CI): upload logs when emqx ct failed

zhanghongtong 4 роки тому
батько
коміт
821bd8ad01
1 змінених файлів з 6 додано та 0 видалено
  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
+