Skip to content

Commit a77582a

Browse files
Upgrade cypress 13.17.0 zip binary pack on Windows (#2059) (#2060)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent c791b5b commit a77582a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ fi
112112
# And is not baked in images due to slow startup time
113113
# We are forcing the installation from opensearch ci bucket
114114
if [ "$OSTYPE" = "msys" ] || [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "win32" ]; then
115-
CYPRESS_INSTALL_BINARY=https://ci.opensearch.org/ci/dbc/tools/Cypress-9.5.4-x64-windows.zip npm install cypress
115+
CYPRESS_INSTALL_BINARY=https://ci.opensearch.org/ci/dbc/tools/Cypress-13.17.0-x64-windows.zip npm install cypress
116116
fi
117117

118118
npm install

0 commit comments

Comments
 (0)