My circle.yml is failing my build and I’m not sure why. I’ve run it through a YAML linter and am unable to see any issues. Most of this is actually copied from another circle.yml file (from another project) that works without issue.
general:
artifacts:
- "coverage"
machine:
node:
version: 5.9.1
timezone:
America/Los_Angeles
test:
post:
- npm run coverage