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/