fix test and readme

This commit is contained in:
poma 2021-10-29 18:37:09 +01:00
parent 94dfad9cd2
commit f468de9a0a
No known key found for this signature in database
GPG key ID: BA20CB01FE165657
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ jobs:
- run: npx ganache-cli > /dev/null &
- run: npm run migrate:dev
- run: yarn test
- run: node cli.js test
- run: node src/cli.js test
- run: yarn lint
- name: Telegram Failure Notification
uses: appleboy/telegram-action@0.0.7