mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
#927 enabling the e2e tests
This commit is contained in:
@@ -4,5 +4,6 @@ node_js:
|
|||||||
- "10"
|
- "10"
|
||||||
script:
|
script:
|
||||||
- yarn test --coverage
|
- yarn test --coverage
|
||||||
|
- yarn e2e
|
||||||
after_success:
|
after_success:
|
||||||
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
|
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
|
||||||
|
Reference in New Issue
Block a user