Ver código fonte

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

Johan Ahlen 5 anos atrás
pai
commit
1d070ac86c
1 arquivos alterados com 7 adições e 0 exclusões
  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