Thanks to visit codestin.com Credit goes to github.com
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 d046bfc commit ea99fa4Copy full SHA for ea99fa4
.circleci/workflows.yml
@@ -633,7 +633,7 @@ commands:
633
command: |
634
# install with `--ignore-checksums` to avoid checksum error
635
# https://www.gep13.co.uk/blog/chocolatey-error-hashes-do-not-match
636
- [[ $PLATFORM == 'windows' && '<<parameters.browser>>' == 'chrome' ]] && choco install googlechrome --ignore-checksums || [[ $PLATFORM != 'windows' ]]
+ [[ $PLATFORM == 'windows' && '<<parameters.browser>>' == 'chrome' ]] && choco install googlechrome -y --ignore-checksums || [[ $PLATFORM != 'windows' ]]
637
638
run-new-ui-tests:
639
parameters:
0 commit comments