Update publish.yml

This commit is contained in:
Francisco Hodge 2023-02-25 13:30:55 -05:00 committed by GitHub
parent cde371dd83
commit 190fdf888a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ jobs:
- name: npm install, build, and test
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run test -- --coverage --watchAll=false