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

Merge pull request #315 from oceanprotocol/fix/use_seed_words

make sure mnemonic is used
This commit is contained in:
Matthias Kretschmann 2019-09-17 16:50:20 +02:00 committed by GitHub
commit 6133d65c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ script:
- export ETH_PORT=18545; npm run test:cover
- npm run build
- npm run doc
- npm run integration:cover
- export SEED_WORDS="taxi music thumb unique chat sand crew more leg another off lamp"; npm run integration:cover
- npm run report-coverage
after_script: