Browse Source

Fix error

zhanghongtong 5 years atrás
parent
commit
c672dab9c1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/fvt_tests.yaml

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

@@ -222,6 +222,7 @@ jobs:
           done
           kuiper_address=$(kubectl get svc --namespace default kuiper -o jsonpath="{.spec.clusterIP}")
           if [ $(curl -w %{http_code} -fsSL -o /dev/null $kuiper_address:9081/rules) != 200 ];then exit 1; fi
+          kubectl exec kuiper-0 -- cat /kuiper/etc/mqtt_source.yaml
       - name: check kuiper
         env:
           KUBECONFIG: "/etc/rancher/k3s/k3s.yaml"