mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 06:30:49 -06:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user