gha: enable npm test step

This commit is contained in:
peaceiris 2019-09-18 10:08:12 +09:00
parent 3ead6a3f51
commit 724bfcf9f3

View file

@ -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