chore: Automatically install chocolateyInstall on windows by passing -y (#28913)

* chore: Automatically install chocolateyInstall on windows by passing -y

* chore: run binary tests

* empty commit

* Remove branch from circleci workflow

* empty commit
This commit is contained in:
Jennifer Shehane
2024-02-13 09:32:13 -05:00
committed by GitHub
parent d046bfc264
commit ea99fa4cd9

View File

@@ -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' && '<<parameters.browser>>' == 'chrome' ]] && choco install googlechrome --ignore-checksums || [[ $PLATFORM != 'windows' ]]
[[ $PLATFORM == 'windows' && '<<parameters.browser>>' == 'chrome' ]] && choco install googlechrome -y --ignore-checksums || [[ $PLATFORM != 'windows' ]]
run-new-ui-tests:
parameters: