Skip to content

Commit e6c258f

Browse files
committed
chore: update script in ymls
1 parent ca541fe commit e6c258f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cache: pnpm
6060

6161
- name: 🧩 Install Dependencies
62-
run: pnpm test.local.init
62+
run: pnpm pnpm.install.workaround
6363

6464
- name: 🏗️ Build
6565
working-directory: ./
@@ -101,7 +101,7 @@ jobs:
101101
cache: pnpm
102102

103103
- name: 🧩 Install Dependencies
104-
run: pnpm test.local.init
104+
run: pnpm pnpm.install.workaround
105105

106106
- name: 🏗️ Build
107107
working-directory: ./
@@ -165,7 +165,7 @@ jobs:
165165
cache: pnpm
166166

167167
- name: 🧩 Install Dependencies
168-
run: pnpm test.local.init
168+
run: pnpm pnpm.install.workaround
169169

170170
- name: 🏗️ Build
171171
working-directory: ./
@@ -229,7 +229,7 @@ jobs:
229229
cache: pnpm
230230

231231
- name: 🧩 Install Dependencies
232-
run: pnpm test.local.init
232+
run: pnpm pnpm.install.workaround
233233

234234
- name: 🏗️ Build
235235
working-directory: ./
@@ -293,7 +293,7 @@ jobs:
293293
cache: pnpm
294294

295295
- name: 🧩 Install Dependencies
296-
run: pnpm test.local.init
296+
run: pnpm pnpm.install.workaround
297297

298298
- name: 🏗️ Build
299299
working-directory: ./
@@ -357,7 +357,7 @@ jobs:
357357
cache: pnpm
358358

359359
- name: 🧩 Install Dependencies
360-
run: pnpm test.local.init
360+
run: pnpm pnpm.install.workaround
361361

362362
- name: 🏗️ Build
363363
working-directory: ./
@@ -421,7 +421,7 @@ jobs:
421421
cache: pnpm
422422

423423
- name: 🧩 Install Dependencies
424-
run: pnpm test.local.init
424+
run: pnpm pnpm.install.workaround
425425

426426
- name: 🏗️ Build
427427
working-directory: ./

0 commit comments

Comments
 (0)