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
|
||||
run: npm run lint
|
||||
|
||||
# - name: Test script
|
||||
# run: npm test
|
||||
- name: Test
|
||||
run: npm test
|
||||
|
||||
# - name: Build production
|
||||
# run: npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue