gha: Add upload-artifact step for test coverage
This commit is contained in:
parent
cdd4e14db1
commit
e8c4830559
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue