Browse Source

Merge pull request #6702 from zmstone/ci-delete-docker-test-for-edige-rlog

ci: exclude edge + rlog test
Zaiming (Stone) Shi 4 năm trước cách đây
mục cha
commit
32d1547c03
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .github/workflows/run_fvt_tests.yaml

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

@@ -44,7 +44,9 @@ jobs:
         cluster_db_backend:
           - mnesia
           - rlog
-
+        exclude:
+          - profile: emqx-edge
+            cluster_db_backend: rlog
     steps:
     - uses: actions/download-artifact@v2
       with: