Skip to content

Commit

Permalink
[Tests] skip coveralls on packages tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 13, 2021
1 parent 9539a5d commit 3f9dd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: ${{ matrix.node-version }}
after_install: npm run copy-metafiles && ./tests/dep-time-travel.sh && cd ${{ matrix.package }} && npm install
skip-ls-check: true
- run: cd ${{ matrix.package }} && npm run tests-only && npm run coveralls
- run: cd ${{ matrix.package }} && npm run tests-only

packages:
name: 'packages: all tests'
Expand Down

0 comments on commit 3f9dd99

Please sign in to comment.