mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
have unit tests waiting for keeper contracts
This commit is contained in:
parent
1f75f38849
commit
9012eea1dc
@ -44,9 +44,9 @@ script:
|
|||||||
# - ./scripts/install.sh # runs automatically with npm ci
|
# - ./scripts/install.sh # runs automatically with npm ci
|
||||||
# executing `npm test` scripts individually here, so first one failing will exit the build
|
# executing `npm test` scripts individually here, so first one failing will exit the build
|
||||||
- npm run lint || travis_terminate 1
|
- npm run lint || travis_terminate 1
|
||||||
|
- ./scripts/keeper.sh
|
||||||
- ./scripts/test.sh || travis_terminate 1
|
- ./scripts/test.sh || travis_terminate 1
|
||||||
- ./scripts/coverage.sh
|
- ./scripts/coverage.sh
|
||||||
- ./scripts/keeper.sh
|
|
||||||
- npm run test:e2e || travis_terminate 1
|
- npm run test:e2e || travis_terminate 1
|
||||||
- ./scripts/build.sh
|
- ./scripts/build.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user