Skip to content

Commit 47a10ab

Browse files
committed
fix: skip coveralls for macOS
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent af79404 commit 47a10ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ jobs:
7575
- name: Run example tests
7676
run: node packages/build/bin/run-nyc node packages/build/bin/run-mocha --lang en_US.UTF-8 --reporter spec "examples/*/dist/__tests__/**/*.js"
7777
- name: Generate coverage report
78+
if: runner.os != 'macOS'
7879
run: node packages/build/bin/run-nyc report --reporter=lcov
7980
- name: Publish coverage report to Coveralls
81+
if: runner.os != 'macOS'
8082
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
8183
with:
8284
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}

0 commit comments

Comments
 (0)