Update build.yml

Enable debug mode in coveralls action to diagnose https://github.com/lemurheavy/coveralls-public/issues/1595
This commit is contained in:
Arseny Kapoulkine 2021-11-23 11:44:18 -08:00 committed by GitHub
parent 6b2b179aa6
commit dd02420f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ jobs:
coverage: coverage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
NODE_COVERALLS_DEBUG: 1
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: install - name: install