Skip to content

Commit

Permalink
Merge branch 'develop' into document-cypress-binary-version-121
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Nov 1, 2017
2 parents 976f26e + 664c0b1 commit cf997fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ jobs:
- save_cache:
key: cypress-documentation-{{ .Branch }}-{{ .Revision }}
paths:
- /home/person/cypress-documentation
- /root/cypress-documentation

"docs-tests":
<<: *defaults
steps:
- restore_cache:
key: cypress-documentation-{{ .Branch }}-{{ .Revision }}
- run: ls -la
- run: npm run deps
- run: npm run lint
- run: npm test
Expand Down

0 comments on commit cf997fa

Please sign in to comment.