Skip to content

Commit

Permalink
PIM-9208 Uses HTTP instead of Yarn buggy HTTPs server (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
BitOne committed Apr 22, 2020
1 parent 14b42d9 commit f17918e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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/
Expand Down

0 comments on commit f17918e

Please sign in to comment.