浏览代码

Merge pull request #149 from emqx/update_workflows

Update workflows
jinfahua 5 年之前
父节点
当前提交
4834efa69d
共有 2 个文件被更改,包括 1 次插入6 次删除
  1. 0 6
      .github/workflows/fvt_tests.yaml
  2. 1 0
      .github/workflows/run_test_case.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

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

@@ -27,4 +27,5 @@ jobs:
             go build --buildmode=plugin -o plugins/functions/Echo.so plugins/functions/echo.go
             go build --buildmode=plugin -o plugins/functions/CountPlusOne.so plugins/functions/countPlusOne.go
             go test ./...
+            go test --tags=edgex ./...