浏览代码

HUE-9379 [ui] Add absolute path in file detection to ci checks

Johan Ahlen 5 年之前
父节点
当前提交
1d070ac86c
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .circleci/config.yml

+ 7 - 0
.circleci/config.yml

@@ -128,6 +128,13 @@ jobs:
 
             npm run check-license
 
+      - run:
+          name: run npm absolute path detection
+          command: |
+            cd /usr/share/hue
+
+            npm run check-absolute-paths
+
       # Run tests
       - run:
           name: run python API tests