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

Commit 404b7b3

Browse files
committed
try to get the chrome version and use v2.44
1 parent 59deeaf commit 404b7b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- restore_cache:
3333
key: node_modules-{{ .Branch }}-{{ checksum "package-lock.json" }}
3434

35+
- run: google-chrome --version
3536
- run:
3637
name: NPM Install
3738
command: |
@@ -52,7 +53,7 @@ jobs:
5253
name: Selenium Start
5354
background: true
5455
command: |
55-
./node_modules/.bin/webdriver-manager update --versions.chrome=2.45
56+
./node_modules/.bin/webdriver-manager update
5657
./node_modules/.bin/webdriver-manager start
5758
5859
- run:

0 commit comments

Comments
 (0)