Skip to content

Commit b13329b

Browse files
afarzat-edandrefarzat
authored andcommitted
Updating .circleci/config.yml
1 parent a381d97 commit b13329b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ jobs:
1919
working_directory: ~/repo
2020

2121
steps:
22+
- run:
23+
command: sudo apt-get update
24+
2225
- browser-tools/install-chrome
23-
- browser-tools/install-chromedriver
26+
- browser-tools/install-browser-tools
2427
- run:
2528
command: |
2629
google-chrome --version

0 commit comments

Comments
 (0)