Skip to content

Commit 09be991

Browse files
committed
ci(actions): run checkout and yarn install
1 parent e890848 commit 09be991

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/jest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: CI
22
on: [ push, pull_request ]
33
jobs:
44
jest:
5+
name: Jest Coverage
56
runs-on: ubuntu-latest
67
steps:
8+
- uses: actions/checkout@v1
9+
- run: yarn
710
- name: Jest Coverage
811
uses: mattallty/jest-github-action@v1
912
continue-on-error: true

0 commit comments

Comments
 (0)