PHRAS-2561 #comment remove npm install add yarn Install

This commit is contained in:
Nicolas Maillat
2019-05-10 15:46:20 +02:00
committed by GitHub
parent b2f2149f08
commit ca5deb6455

View File

@@ -56,7 +56,7 @@ jobs:
# This is based on your 1.0 configuration file or project settings
- run: node -v
- run: npm -v
- run: npm install
- run: yarn install
- run: if [[ ! -e elasticsearch-2.3.3 ]]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.3.3.tar.gz && tar -xvf elasticsearch-2.3.3.tar.gz && elasticsearch-2.3.3/bin/plugin install analysis-icu; fi
- run:
command: elasticsearch-2.3.3/bin/elasticsearch