Skip to content

Commit 13b494b

Browse files
author
Filip Mertens
committed
fix config
1 parent 0bd1891 commit 13b494b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ jobs:
9393
type: string
9494
parallelism: 10
9595
steps:
96-
when:
96+
- when:
9797
condition:
9898
equal: [ "chrome", << parameters.browser >> ]
9999
steps:
100100
- browser-tools/install-chrome
101101
- browser-tools/install-chromedriver
102-
when:
102+
- when:
103103
condition:
104104
equal: [ "firefox", << parameters.browser >> ]
105105
steps:

0 commit comments

Comments
 (0)