Skip to content

Commit 57ea7f0

Browse files
authored
Update jest.yml
1 parent 4fba132 commit 57ea7f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
- name: Install yarn dependencies
2525
run: yarn install
2626
- name: Jest with code coverage
27-
if: matrix.node_version == 14 && matrix.os == 'ubuntu'
27+
if: (matrix.node_version == 14 && matrix.os == 'ubuntu-latest')
2828
uses: mattallty/jest-github-action@v1.0.3
2929
with:
3030
changes-only: true
3131
test-command: 'yarn test:coverage'
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Jest
35-
if: matrix.node_version != 14 && matrix.os != 'ubuntu'
35+
if: (matrix.node_version != 14 || matrix.os != 'ubuntu-latest')
3636
run: yarn jest

0 commit comments

Comments
 (0)