scaffold-package-command
scaffold-package-command copied to clipboard
Error in Circle CI testing
Bug Report
- [x] Yes, I reviewed the contribution guidelines.
- [x] Yes, more specifically, I reviewed the guidelines on how to write clear bug reports.
Describe the current, buggy behavior
wp scaffold package ernilambar/my-tool --dir=~/Temp/my-tool --skip-tests --skip-readme --skip-github --skip-install --force
wp scaffold package-tests ~/Temp/my-tool --ci=circle
For Circle, following files are added:
- .circleci/config.yml
- features/load-wp-cli.feature Ref
Adding these files along with the scaffolded files, Circle CI test is not successful.
Following error occurs:
Describe what you would expect as the correct outcome
Circle test should run properly for the scaffolded package.