Skip to content

Commit 730ecef

Browse files
committed
ci: fix coveralls failing on macoS
see: loopbackio/cicd#170 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
1 parent 94ca189 commit 730ecef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: node packages/build/bin/run-nyc report --reporter=lcov
8080
- name: Publish coverage report to Coveralls
8181
if: runner.os != 'macOS'
82-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
82+
uses: achrinza/coveralls-github-action@5b7bed1e2779d4ff3223e5a9ee5d03f704099258 # v2.3.8
8383
with:
8484
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
8585
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)