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