build(ci): always run npm ci via Makefile

This commit is contained in:
stvn
2021-06-02 00:54:28 -07:00
parent 29c21c1b1d
commit 71553c98a7
2 changed files with 6 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g npm@6
- run: make requirements.ci
- run: make requirements
- run: make test
- name: upload coverage
uses: codecov/codecov-action@v1