pull/3347/head
Filip Mertens 2 years ago
parent 0bd1891a2f
commit 13b494b4e0
  1. 4
      .circleci/config.yml

@ -93,13 +93,13 @@ jobs:
type: string
parallelism: 10
steps:
when:
- when:
condition:
equal: [ "chrome", << parameters.browser >> ]
steps:
- browser-tools/install-chrome
- browser-tools/install-chromedriver
when:
- when:
condition:
equal: [ "firefox", << parameters.browser >> ]
steps:

Loading…
Cancel
Save