Refactor (#54)
* run `npm ci` instead of `npm install` for PR build * bump version * return Promise for test mock
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run all
|
||||
- uses: coverallsapp/github-action@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user