We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6424981 commit e3e3d13Copy full SHA for e3e3d13
.github/workflows/node-ci.yml
@@ -39,7 +39,7 @@ jobs:
39
name: Test ${{ matrix.os }} node ${{ matrix.node-version }}
40
fail_ci_if_error: true
41
path_to_write_report: ./coverage/codecov_report.txt
42
- verbose: true
+ # verbose: true
43
- name: Build bundle ${{ matrix.os }} node ${{ matrix.node-version }}
44
run: npm run build --if-present
45
- name: Test bundle ${{ matrix.os }} node ${{ matrix.node-version }}
0 commit comments