We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca309fa commit 10753ecCopy full SHA for 10753ec
.circleci/config.yml
@@ -72,7 +72,7 @@ jobs:
72
yarn cypress verify
73
hugo server --baseURL "http://localhost" --disableFastRender --minify &
74
# Wait for server to deploy before continuing (with 1 minute timeout)
75
- yarn wait-on tcp:1314 -t 120000
+ yarn wait-on "http://localhost:1314/generator/" -t 240000
76
# Only record the Cypress tests if the Cypress env var is set, see:
77
# https://stackoverflow.com/a/13864829
78
if [ -z ${CYPRESS_RECORD_KEY+x} ]; then yarn cypress run; else yarn cypress run --record; fi
0 commit comments