Skip to content

Commit 115768e

Browse files
authored
Update GitHub Actions workflows to continue on error for coveralls integration (#988)
1 parent 3155592 commit 115768e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: coverallsapp/github-action@master
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
36+
continue-on-error: true
3637
test-js:
3738
runs-on: ubuntu-latest
3839
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: coverallsapp/github-action@master
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
21+
continue-on-error: true
2122
test-js:
2223
runs-on: ubuntu-latest
2324
steps:

0 commit comments

Comments
 (0)