chore(ci): Ensure exit 1 at test failure
This commit is contained in:
parent
4829814c58
commit
f0e947a987
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue