Skip to content

Commit

Permalink
chore(hosting): Skip cypress binary installation (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlee221 authored Aug 24, 2022
1 parent cf62a4e commit 4d64479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ applications:
- export FLUTTER_HOME=${HOME}/sdks/flutter
- git clone -b stable --depth 1 https://github.com/flutter/flutter.git ${FLUTTER_HOME}
- export PATH="$PATH:${FLUTTER_HOME}/bin"
# Skip cypress binary installation, as it's unneeded for docs and often fails transiently
# https://docs.cypress.io/guides/references/advanced-installation#Skipping-installation
- export CYPRESS_INSTALL_BINARY=0
- (cd .. && yarn install && yarn build)
build:
commands:
Expand Down

0 comments on commit 4d64479

Please sign in to comment.