Skip to content

Commit e55f924

Browse files
committed
Fix CI config
1 parent bac7247 commit e55f924

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/node-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
run: npm run build --if-present
4545
- name: Test bundle ${{ matrix.os }} node ${{ matrix.node-version }}
4646
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
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

0 commit comments

Comments
 (0)