circleci-orb
circleci-orb copied to clipboard
install-command doesn't fail when lint fails
The orb does not work as expected
- what version of the orb are you currently using?
cypress-io/cypress@1- maybe the problem has been fixed already, check the orb releases at cypress-io/circleci-orb/releases
- paste the
circle.ymlfile if possible or at least the relevant portion
install-command: |
set -eo pipefail
echo $FIREBASE_SERVICE_ACCOUNT > ./serviceAccount.json
npm install
npm run lint
- describe what you think should happen The step should fail
- describe what happens
Doesn't fail
- screenshots and links to the CircleCI builds would be great
When the npm run lint command fails, the cypress/run job doesn't fail.