Skip to content

Commit

Permalink
πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 4, 2023
1 parent c9d1bdb commit 8b92600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/not-travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-node@v2
- run: yarn
- run: ./node_modules/.bin/lerna run lint
- run: ./node_modules/.bin/lerna run test --coverage
- run: ./node_modules/.bin/lerna run test -- --coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 8b92600

Please sign in to comment.