Skip to content

Commit

Permalink
fix: update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
prescottprue committed Feb 23, 2024
1 parent f15b7f2 commit e420cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: yarn lint

- name: Test
run: yarn test --coverage --silent --coverageReporters lcov --coverageReporters json-summary
run: yarn test --coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: yarn lint

- name: Test
run: yarn test --coverage --silent --coverageReporters lcov --coverageReporters json-summary
run: yarn test --coverage

- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit e420cc3

Please sign in to comment.