Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
try to get the chrome version and use v2.44
Browse files Browse the repository at this point in the history
  • Loading branch information
cnishina committed Dec 13, 2018
1 parent 59deeaf commit 404b7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- restore_cache:
key: node_modules-{{ .Branch }}-{{ checksum "package-lock.json" }}

- run: google-chrome --version
- run:
name: NPM Install
command: |
Expand All @@ -52,7 +53,7 @@ jobs:
name: Selenium Start
background: true
command: |
./node_modules/.bin/webdriver-manager update --versions.chrome=2.45
./node_modules/.bin/webdriver-manager update
./node_modules/.bin/webdriver-manager start
- run:
Expand Down

0 comments on commit 404b7b3

Please sign in to comment.