Skip to content

Commit

Permalink
dont automatically install the latest version of chrome in circle
Browse files Browse the repository at this point in the history
(cherry picked from commit a6903ea)
  • Loading branch information
brian-mann authored and jennifer-shehane committed Feb 5, 2020
1 parent 48319ee commit d5ff844
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ commands:
steps:
- attach_workspace:
at: ~/
- install-latest-chrome:
browser: << parameters.browser >>
- run:
command: npm run test-e2e -- --chunk << parameters.chunk >> --browser << parameters.browser >>
working_directory: packages/server
Expand Down Expand Up @@ -516,8 +514,6 @@ jobs:
steps:
- attach_workspace:
at: ~/
- install-latest-chrome:
browser: chrome
- run:
command: npm start
background: true
Expand Down

0 comments on commit d5ff844

Please sign in to comment.