Skip to content

Commit 00acb77

Browse files
author
Filip Mertens
committed
fix
1 parent 13b494b commit 00acb77

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@ jobs:
9494
parallelism: 10
9595
steps:
9696
- when:
97-
condition:
98-
equal: [ "chrome", << parameters.browser >> ]
99-
steps:
100-
- browser-tools/install-chrome
101-
- browser-tools/install-chromedriver
97+
condition:
98+
equal: [ "chrome", << parameters.browser >> ]
99+
steps:
100+
- browser-tools/install-chrome
101+
- browser-tools/install-chromedriver
102102
- when:
103-
condition:
104-
equal: [ "firefox", << parameters.browser >> ]
105-
steps:
106-
- browser-tools/install-firefox
107-
- browser-tools/install-geckodriver
103+
condition:
104+
equal: [ "firefox", << parameters.browser >> ]
105+
steps:
106+
- browser-tools/install-firefox
107+
- browser-tools/install-geckodriver
108108
- run: google-chrome --version
109109
- run: firefox --version
110110
- run: geckodriver --version

0 commit comments

Comments
 (0)