cypress-io / cypress-realworld-app

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

Home Page:https://docs.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Amplify Deployment

DavidTNguyen opened this issue · comments

I forked the repo and tried to deploy the app on AWS Amplify, but run into some issue with tried to connect to the repo. Does anyone experience the same behavior when working with AWS?

YAMLException: the stream contains non-printable characters at line 51, column 32: name: Build CI �� ^

deployment

@DavidTNguyen

Your error message refers to Line 51 name: Build CI
That could correspond to

name: Build CI ℹ️

which does indeed contain a character ℹ️. This is in a workflow for CircleCI and it may not be useful or needed in your configuration.

Perhaps other log files would confirm whether it is actually this file which is causing the error?

You could remove the problematic character ℹ️, or perhaps disable / delete the file with the ℹ️ character.

That's it. Thank you. I wish Amplify Console provided the file where that caused the problem. It'd been a lot more developer friendly.