1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

wait for ocean/Aquarius before running unit tests

This commit is contained in:
Matthias Kretschmann 2019-11-12 13:01:44 +01:00
parent 6706b09907
commit 1091665b17
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -32,10 +32,10 @@ before_script:
script:
- npm run lint
- ./scripts/keeper.sh
- export ETH_PORT=18545; npm run test:cover
- npm run build
- npm run doc
- ./scripts/keeper.sh
- npm run integration:cover
- npm run report-coverage