Skip to content

Commit ec82f6b

Browse files
committed
install deps
1 parent 0b11e76 commit ec82f6b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
node-version-file: ".node-version"
2727
cache: yarn
28+
- name: Install dependencies
29+
run: yarn
2830
- name: Test examples and hrefs
2931
run: yarn test
3032
Vitest:
@@ -37,6 +39,8 @@ jobs:
3739
with:
3840
node-version-file: ".node-version"
3941
cache: yarn
42+
- name: Install dependencies
43+
run: yarn
4044
- name: Build ReScript
4145
run: yarn build:res
4246
- name: Install Playwright

0 commit comments

Comments
 (0)