We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ab735 commit 7f00511Copy full SHA for 7f00511
1 file changed
.github/workflows/jest.yml
@@ -29,12 +29,7 @@ jobs:
29
run: yarn bootstrap
30
- name: Jest with code coverage
31
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 }}
+ run: yarn test:coverage
38
- name: Jest
39
if: matrix.node_version != 14 || matrix.os != 'ubuntu-latest'
40
run: yarn jest
0 commit comments