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 bac7247 commit e55f924Copy full SHA for e55f924
.github/workflows/node-ci.yml
@@ -44,12 +44,12 @@ jobs:
44
run: npm run build --if-present
45
- name: Test bundle ${{ matrix.os }} node ${{ matrix.node-version }}
46
run: npm test
47
- finish:
48
- needs: test
49
- runs-on: ubuntu-latest
50
- steps:
51
- # - name: Coveralls Finished
52
- # uses: coverallsapp/github-action@master
53
- # with:
54
- # github-token: ${{ secrets.github_token }}
55
- # parallel-finished: true
+ # finish:
+ # needs: test
+ # runs-on: ubuntu-latest
+ # steps:
+ # - name: Coveralls Finished
+ # uses: coverallsapp/github-action@master
+ # with:
+ # github-token: ${{ secrets.github_token }}
+ # parallel-finished: true
0 commit comments