浏览代码

Fix https://github.com/emqx/kuiper/issues/146

zhanghongtong 5 年之前
父节点
当前提交
f57ca8d457
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      .github/workflows/fvt_tests.yaml

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

@@ -39,12 +39,6 @@ jobs:
             wget -O emqx.deb https://www.emqx.io/downloads/broker/v4.0.2/emqx-ubuntu18.04-${EMQX_VERSION}_amd64.deb
             sudo dpkg -i emqx.deb
         - uses: actions/checkout@v2
-        - name: cat edgex_source.go
-          run: cat xstream/extensions/edgex_source.go
-        - name: cat user.properties
-          run:  cat /tmp/apache-jmeter-5.2.1/user.properties
-        - name: cat edgex.yaml
-          run: cat etc/sources/edgex.yaml
         - name: build kuiper
           run: |
             sudo apt update && sudo apt install pkg-config libczmq-dev -y