gha: enable npm test step
This commit is contained in:
parent
3ead6a3f51
commit
724bfcf9f3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -15,8 +15,8 @@ jobs:
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
# - name: Test script
|
- name: Test
|
||||||
# run: npm test
|
run: npm test
|
||||||
|
|
||||||
# - name: Build production
|
# - name: Build production
|
||||||
# run: npm run build
|
# run: npm run build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue