chore(ci): Ensure exit 1 at test failure

This commit is contained in:
Zaiming Shi 2021-03-25 21:08:27 +01:00 committed by Zaiming (Stone) Shi
parent 4829814c58
commit f0e947a987
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ jobs:
if ! docker exec -i paho_client /scripts/pytest.sh; then if ! docker exec -i paho_client /scripts/pytest.sh; then
docker logs node1.emqx.io docker logs node1.emqx.io
docker logs node2.emqx.io docker logs node2.emqx.io
exit 1
fi fi
helm_test: helm_test: