mirror of https://github.com/aldy505/sql-dsl.git
ci: use npm
This commit is contained in:
parent
9b57637f7e
commit
5b1fad3f0c
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
|
@ -22,13 +21,13 @@ jobs:
|
|||
node-version: 14
|
||||
|
||||
- name: Installing dependencies
|
||||
run: yarn install
|
||||
run: npm install
|
||||
|
||||
- name: Lint
|
||||
run: yarn run lint
|
||||
run: npm run lint
|
||||
|
||||
- name: Running test
|
||||
run: yarn run test
|
||||
run: npm run test
|
||||
|
||||
- name: Upload to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
|
|
Loading…
Reference in New Issue