Update CI.yml

This commit is contained in:
Chong Yao Jun 2022-09-03 18:27:25 +08:00 committed by GitHub
parent 9c9f694caa
commit 89e4c79845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,10 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
run: npm i run: npm ci
- name: Run linting
run: npm run lint
- name: Run tests - name: Run tests
run: npm run coverage run: npm run coverage