Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea99fa4

Browse files
chore: Automatically install chocolateyInstall on windows by passing -y (cypress-io#28913)
* chore: Automatically install chocolateyInstall on windows by passing -y * chore: run binary tests * empty commit * Remove branch from circleci workflow * empty commit
1 parent d046bfc commit ea99fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ commands:
633633
command: |
634634
# install with `--ignore-checksums` to avoid checksum error
635635
# 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' ]]
636+
[[ $PLATFORM == 'windows' && '<<parameters.browser>>' == 'chrome' ]] && choco install googlechrome -y --ignore-checksums || [[ $PLATFORM != 'windows' ]]
637637
638638
run-new-ui-tests:
639639
parameters:

0 commit comments

Comments
 (0)