chore(CI): upload logs when emqx ct failed

This commit is contained in:
zhanghongtong 2021-06-19 09:25:53 +08:00
parent 87cc94ad28
commit d4784a0d33
1 changed files with 6 additions and 0 deletions

View File

@ -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