Browse Source

chore(ci): Ensure exit 1 at test failure

Zaiming Shi 4 years ago
parent
commit
f0e947a987
1 changed files with 1 additions and 0 deletions
  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: