File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ jobs:
100100 - browser-tools/install-browser-tools :
101101 install-firefox : false
102102 install-chrome : true
103+ install-geckodriver : false
104+ install-chromedriver : true
103105 - run : google-chrome --version
104106 - run : chromedriver --version
105107 - run : rm LICENSE.chromedriver 2> /dev/null
@@ -110,6 +112,8 @@ jobs:
110112 - browser-tools/install-browser-tools :
111113 install-firefox : true
112114 install-chrome : false
115+ install-geckodriver : true
116+ install-chromedriver : false
113117 - run : firefox --version
114118 - run : geckodriver --version
115119 - checkout
@@ -154,6 +158,8 @@ jobs:
154158 - browser-tools/install-browser-tools :
155159 install-firefox : false
156160 install-chrome : true
161+ install-geckodriver : false
162+ install-chromedriver : true
157163 - run : google-chrome --version
158164 - run : chromedriver --version
159165 - run : rm LICENSE.chromedriver 2> /dev/null
You can’t perform that action at this time.
0 commit comments