Skip to content

Commit

Permalink
chore(hosting): Skip cypress binary installation (aws-amplify#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlee221 authored and calebpollman committed Aug 25, 2022
1 parent f72cd0a commit a95c9f4
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 a95c9f4

Please sign in to comment.