From f17918e287dc1ca5929dd540133844b60c8900f7 Mon Sep 17 00:00:00 2001 From: Benoit Jacquemont Date: Wed, 22 Apr 2020 19:23:51 +0200 Subject: [PATCH] PIM-9208 Uses HTTP instead of Yarn buggy HTTPs server (#1319) --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5ea10a05..6e954d144 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,6 +17,8 @@ jobs: - run: name: Launch the PIM in dev mode command: make + environment: + YARN_REGISTRY: "http://registry.yarnpkg.com" - run: name: Test login page HTTP status command: curl -f http://localhost:8080/ @@ -26,6 +28,8 @@ jobs: - run: name: Launch the PIM in prod mode command: make prod + environment: + YARN_REGISTRY: "http://registry.yarnpkg.com" - run: name: Test login page HTTP status command: curl -f http://localhost:8080/