瀏覽代碼

chore(ci): Ensure exit 1 at test failure

Zaiming Shi 5 年之前
父節點
當前提交
f0e947a987
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/run_fvt_tests.yaml

+ 1 - 0
.github/workflows/run_fvt_tests.yaml

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