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
  • Loading branch information
brian-mann committed Feb 5, 2020
1 parent b6e9c9a commit a6903ea
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 a6903ea

Please sign in to comment.