Skip to content

Commit 1461cb6

Browse files
author
Filip Mertens
committed
config
1 parent eefda50 commit 1461cb6

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.circleci/config.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,17 @@ jobs:
9999
steps:
100100
- browser-tools/install-chrome
101101
- browser-tools/install-chromedriver
102+
- google-chrome --version
103+
- chromedriver --version
104+
- rm LICENSE.chromedriver 2> /dev/null
102105
- when:
103106
condition:
104107
equal: [ "firefox", << parameters.browser >> ]
105108
steps:
106109
- browser-tools/install-firefox
107110
- browser-tools/install-geckodriver
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
112-
- run: rm LICENSE.chromedriver 2> /dev/null
111+
- firefox --version
112+
- geckodriver --version
113113
- checkout
114114
- attach_workspace:
115115
at: .
@@ -151,10 +151,8 @@ jobs:
151151
steps:
152152
- browser-tools/install-chrome
153153
- browser-tools/install-chromedriver
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
154+
- run: google-chrome --version
155+
- run: chromedriver --version
158156
- run: rm LICENSE.chromedriver 2> /dev/null
159157
- checkout
160158
- attach_workspace:

0 commit comments

Comments
 (0)