diff --git a/.circleci/workflows.yml b/.circleci/workflows.yml index 06336ca573..342bb5dd34 100644 --- a/.circleci/workflows.yml +++ b/.circleci/workflows.yml @@ -633,7 +633,7 @@ commands: command: | # install with `--ignore-checksums` to avoid checksum error # https://www.gep13.co.uk/blog/chocolatey-error-hashes-do-not-match - [[ $PLATFORM == 'windows' && '<>' == 'chrome' ]] && choco install googlechrome --ignore-checksums || [[ $PLATFORM != 'windows' ]] + [[ $PLATFORM == 'windows' && '<>' == 'chrome' ]] && choco install googlechrome -y --ignore-checksums || [[ $PLATFORM != 'windows' ]] run-new-ui-tests: parameters: