Skip to content

Commit 7d8d34d

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
ci: add turbo cache to build and test workflows
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent 296a232 commit 7d8d34d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-turbo-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
name: Install pnpm
2525
with:
2626
run_install: true
27+
- name: Cache for Turbo
28+
uses: rharkor/[email protected]
2729
- name: Build
2830
run: pnpm build:ci

.github/workflows/ci-turbo-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ jobs:
3737
name: Install pnpm
3838
with:
3939
run_install: true
40+
- name: Cache for Turbo
41+
uses: rharkor/[email protected]
4042
- name: Test
4143
run: pnpm test:ci

0 commit comments

Comments
 (0)