updated actions

This commit is contained in:
Juanra Dikal 2021-03-25 14:09:04 +01:00
parent 975082adaa
commit 5b40810f6b
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ jobs:
# - name: browser tests
# run: npm run test:browser
- name: node tests and coverage
run: npm run coverage
- name: node tests
run: npm run test:node
publication:
needs: build