Update publish.yml

This commit is contained in:
Francisco Hodge 2019-10-12 23:01:48 -04:00 committed by GitHub
parent 3764e7b6f9
commit a43b32954d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
with:
node-version: 12
- run: npm install
- run: npm run test -- --watchAll
- run: npm run test -- --coverage --watchAll=false
- name: Setup GIT
run: |