Skip to content

Commit

Permalink
ci(jest): remove jest annotations action
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian authored Aug 15, 2020
1 parent 49ab735 commit 7f00511
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ jobs:
run: yarn bootstrap
- name: Jest with code coverage
if: matrix.node_version == 14 && matrix.os == 'ubuntu-latest'
uses: mattallty/[email protected]
with:
changes-only: true
test-command: 'yarn test:coverage'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn test:coverage
- name: Jest
if: matrix.node_version != 14 || matrix.os != 'ubuntu-latest'
run: yarn jest

0 comments on commit 7f00511

Please sign in to comment.