Cli tests should be ran too.

This commit is contained in:
David Diaz 2020-11-21 19:58:07 -06:00
parent d6c6c0c7e4
commit 39cd31772b
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ jobs:
wget https://codeclimate.com/downloads/test-reporter/test-reporter-0.6.3-linux-amd64 -O cc-test-reporter
chmod +x ./cc-test-reporter
- name: Run Tests
- name: Run CLI Tests
run: npm test -- ./bin
- name: Run Lib Tests
run: npm run test:coverage
- name: Report Results
if: success()