Przeglądaj źródła

HUE-9090 [ci] Adding jest.config.js to the image sync

Romain 6 lat temu
rodzic
commit
bc05d4ebfc
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      .circleci/config.yml

+ 2 - 0
.circleci/config.yml

@@ -67,6 +67,7 @@ jobs:
             cd /usr/share/hue
             # make npm-install # Not available
             cp ~/repo/.babelrc .
+            cp ~/repo/jest.config.js .
 
             cp ~/repo/webpack.config*.js .
             npm install
@@ -95,6 +96,7 @@ jobs:
             cp ~/repo/.prettierrc .
             cp ~/repo/.eslint* .
             cp ~/repo/tools . -r
+
             npm run lint
 
       # Run tests