This commit is contained in:
Aliaksei Chapyzhenka 2019-12-17 18:17:15 -08:00
parent e12700b36e
commit 68e7a471d9

View File

@ -14,8 +14,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: npm i
run: npm test
env:
CI: true
- run: npm i
- run: npm test