Browse Source

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

Johan Ahlen 5 năm trước cách đây
mục cha
commit
1d070ac86c
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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