File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ jobs:
105105 steps :
106106 - browser-tools/install-firefox
107107 - browser-tools/install-geckodriver
108- - run : google-chrome --version
109- - run : firefox --version
110- - run : geckodriver --version
111- - run : chromedriver --version
108+ - run : google-chrome --version 2> /dev/null
109+ - run : firefox --version 2> /dev/null
110+ - run : geckodriver --version 2> /dev/null
111+ - run : chromedriver --version 2> /dev/null
112112 - run : rm LICENSE.chromedriver 2> /dev/null
113113 - checkout
114114 - attach_workspace :
@@ -151,10 +151,10 @@ jobs:
151151 steps :
152152 - browser-tools/install-chrome
153153 - browser-tools/install-chromedriver
154- - run : google-chrome --version
155- - run : firefox --version
156- - run : geckodriver --version
157- - run : chromedriver --version
154+ - run : google-chrome --version 2> /dev/null
155+ - run : firefox --version 2> /dev/null
156+ - run : geckodriver --version 2> /dev/null
157+ - run : chromedriver --version 2> /dev/null
158158 - run : rm LICENSE.chromedriver 2> /dev/null
159159 - checkout
160160 - attach_workspace :
You can’t perform that action at this time.
0 commit comments