mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
run unit test coverage right after unit tests
This commit is contained in:
parent
288c630aa8
commit
9190dd6f2b
@ -32,8 +32,8 @@ script:
|
||||
# executing `npm test` scripts individually here, so first one failing will exit the build
|
||||
- npm run lint || travis_terminate 1
|
||||
- ./scripts/test.sh || travis_terminate 1
|
||||
- npm run test:e2e || travis_terminate 1
|
||||
- ./scripts/coverage.sh
|
||||
- npm run test:e2e || travis_terminate 1
|
||||
- ./scripts/build.sh
|
||||
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user