gha: Add upload-artifact step for test coverage

This commit is contained in:
peaceiris 2019-09-20 15:40:45 +09:00
parent cdd4e14db1
commit e8c4830559

View file

@ -20,6 +20,11 @@ jobs:
- name: Test
run: npm test
- uses: actions/upload-artifact@master
with:
name: coverage
path: coverage
# - name: Build production
# run: npm run build