Forráskód Böngészése

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

Johan Ahlen 5 éve
szülő
commit
1d070ac86c
1 módosított fájl, 7 hozzáadás és 0 törlés
  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