1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-12-18 11:52:05 +02:00
parent ca23fc9dc3
commit 607da34b45
2 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,8 @@ jobs:
# Although the kube and minikube config files are in placed $HOME they are owned by root # Although the kube and minikube config files are in placed $HOME they are owned by root
sudo chown -R $USER $HOME/.kube $HOME/.minikube sudo chown -R $USER $HOME/.kube $HOME/.minikube
displayName: Install integration test dependencies displayName: Install integration test dependencies
- script: make node_modules
displayName: Install dependencies
- script: make -j2 build - script: make -j2 build
displayName: Run build displayName: Run build
- script: xvfb-run --auto-servernum --server-args='-screen 0, 1600x900x24' yarn integration - script: xvfb-run --auto-servernum --server-args='-screen 0, 1600x900x24' yarn integration

View File

@ -13,7 +13,7 @@ binaries/client:
yarn download-bins yarn download-bins
node_modules: node_modules:
yarn install --frozen-lockfile --verbose yarn install --frozen-lockfile
yarn check --verify-tree --integrity yarn check --verify-tree --integrity
static/build/LensDev.html: static/build/LensDev.html: