Skip to content

Commit c78600f

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 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
@@ -128,6 +132,10 @@ jobs:
128132
restore-keys: |
129133
${{ runner.os }}-yarn-${{ env.BINARY_CACHE_INDEX }}
130134
135+
- name: Install
136+
run: yarn
137+
shell: bash
138+
131139
- name: Bootstrap
132140
run: yarn bootstrap:bootstrap
133141
shell: bash
@@ -175,6 +183,10 @@ jobs:
175183
echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
176184
# if: runner.os == 'Linux'
177185

186+
- name: Install
187+
run: yarn
188+
shell: bash
189+
178190
- name: Bootstrap
179191
run: yarn bootstrap:bootstrap
180192
shell: bash

0 commit comments

Comments
 (0)