Skip to content

Commit 06cda9c

Browse files
committed
chore: add yarn install step to the CI workflow
1 parent 37b5d6c commit 06cda9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
8686
restore-keys: |
8787
${{ runner.os }}-yarn-${{ env.BINARY_CACHE_INDEX }}
8888
89+
- name: Install
90+
run: yarn
91+
shell: bash
92+
8993
- name: Bootstrap
9094
run: yarn bootstrap:bootstrap
9195
shell: bash

0 commit comments

Comments
 (0)