Skip to content

Commit ac4d4df

Browse files
committed
Add run_install to pnpm actions
1 parent 06d4def commit ac4d4df

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
id: pnpm-install
24+
with:
25+
run_install: true
2426

2527
- name: Build
2628
run: pnpm docs:build

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
id: pnpm-install
24+
with:
25+
run_install: true
2426

2527
- name: Test
2628
uses: cypress-io/github-action@v6

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
id: pnpm-install
24+
with:
25+
run_install: true
2426

2527
- name: Test
2628
run: pnpm test

0 commit comments

Comments
 (0)