From 491a6fc254b25b564e029cd4f32c9b21a1e05960 Mon Sep 17 00:00:00 2001 From: NicolasLepinette <55684429+NicolasLepinette@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:21:51 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 244e201..28a331b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,12 +4,10 @@ jobs: build: docker: - image: cimg/node:14.10.1 - auth: - username: mydockerhub-user - password: $DOCKERHUB_PASSWORD # context / project UI env-var referen> steps: - checkout - - run: yarn global add node-gyp && yarn install + - run: yarn global add node-gyp + - run: yarn install - run: yarn lint - run: yarn format:check - run: yarn test:ci