Skip to content

Commit 3444c40

Browse files
committed
ci: add monorepo caching step in workflow
1 parent 4095860 commit 3444c40

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
17+
- name: Cache monorepo
18+
uses: ./.github/actions/cache-monorepo
1619

1720
- name: Install pnpm
1821
uses: pnpm/action-setup@v2
@@ -24,9 +27,7 @@ jobs:
2427
with:
2528
node-version-file: '.nvmrc'
2629
cache: 'pnpm'
27-
28-
- name: Cache monorepo
29-
uses: ./.github/actions/cache-monorepo
30+
3031

3132
- name: Install dependencies
3233
run: pnpm install

0 commit comments

Comments
 (0)