Skip to content

Commit 3f9dd99

Browse files
committed
[Tests] skip coveralls on packages tests
1 parent 9539a5d commit 3f9dd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: ${{ matrix.node-version }}
4343
after_install: npm run copy-metafiles && ./tests/dep-time-travel.sh && cd ${{ matrix.package }} && npm install
4444
skip-ls-check: true
45-
- run: cd ${{ matrix.package }} && npm run tests-only && npm run coveralls
45+
- run: cd ${{ matrix.package }} && npm run tests-only
4646

4747
packages:
4848
name: 'packages: all tests'

0 commit comments

Comments
 (0)