We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b11e76 commit ec82f6bCopy full SHA for ec82f6b
1 file changed
.github/workflows/pull-request.yml
@@ -25,6 +25,8 @@ jobs:
25
with:
26
node-version-file: ".node-version"
27
cache: yarn
28
+ - name: Install dependencies
29
+ run: yarn
30
- name: Test examples and hrefs
31
run: yarn test
32
Vitest:
@@ -37,6 +39,8 @@ jobs:
37
39
38
40
41
42
43
44
- name: Build ReScript
45
run: yarn build:res
46
- name: Install Playwright
0 commit comments