Skip to content

Commit 4d64479

Browse files
authored
chore(hosting): Skip cypress binary installation (#2508)
1 parent cf62a4e commit 4d64479

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

amplify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ applications:
1111
- export FLUTTER_HOME=${HOME}/sdks/flutter
1212
- git clone -b stable --depth 1 https://github.com/flutter/flutter.git ${FLUTTER_HOME}
1313
- export PATH="$PATH:${FLUTTER_HOME}/bin"
14+
# Skip cypress binary installation, as it's unneeded for docs and often fails transiently
15+
# https://docs.cypress.io/guides/references/advanced-installation#Skipping-installation
16+
- export CYPRESS_INSTALL_BINARY=0
1417
- (cd .. && yarn install && yarn build)
1518
build:
1619
commands:

0 commit comments

Comments
 (0)