Skip to content

Commit 7f00511

Browse files
authored
ci(jest): remove jest annotations action
1 parent 49ab735 commit 7f00511

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/jest.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ jobs:
2929
run: yarn bootstrap
3030
- name: Jest with code coverage
3131
if: matrix.node_version == 14 && matrix.os == 'ubuntu-latest'
32-
uses: mattallty/jest-github-action@v1.0.3
33-
with:
34-
changes-only: true
35-
test-command: 'yarn test:coverage'
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
run: yarn test:coverage
3833
- name: Jest
3934
if: matrix.node_version != 14 || matrix.os != 'ubuntu-latest'
4035
run: yarn jest

0 commit comments

Comments
 (0)