testing
parent
47d09c0c25
commit
f90bfb60c8
|
@ -37,7 +37,10 @@ jobs:
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: npm test
|
- name: npm test
|
||||||
run: npm run test
|
run: |
|
||||||
|
npm install
|
||||||
|
npm ci
|
||||||
|
npm run test
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
Loading…
Reference in New Issue