Skip to content

Commit f0680c7

Browse files
committed
ci: fix coveralls on macOS
see: loopbackio/cicd#170 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
1 parent 27314f7 commit f0680c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run tests
3939
run: npm run-script test:ci
4040
- name: Publish coverage report to Coveralls
41-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
41+
uses: achrinza/coveralls-github-action@5b7bed1e2779d4ff3223e5a9ee5d03f704099258 # v2.3.7
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Coveralls finished
53-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
53+
uses: achrinza/coveralls-github-action@5b7bed1e2779d4ff3223e5a9ee5d03f704099258 # v2.3.7
5454
with:
5555
github-token: ${{ secrets.github_token }}
5656
parallel-finished: true

0 commit comments

Comments
 (0)