We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dd4a3 commit 5faea29Copy full SHA for 5faea29
.circleci/config.yml
@@ -104,7 +104,7 @@ jobs:
104
install-chromedriver: true
105
- run: google-chrome --version
106
- run: chromedriver --version
107
- - run: rm LICENSE.chromedriver 2> /dev/null
+ - run: rm LICENSE.chromedriver 2> /dev/null || true
108
- when:
109
condition:
110
equal: [ "firefox", << parameters.browser >> ]
@@ -162,7 +162,7 @@ jobs:
162
163
164
165
166
- checkout
167
- attach_workspace:
168
at: .
0 commit comments