Skip to content

Commit 14daf44

Browse files
authored
Merge pull request #2361 from pyth-network/devin/1739041340-add-turbo-cache
ci: add turbo cache to build and test workflows
2 parents 296a232 + 7d8d34d commit 14daf44

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/caching-for-turbo@v1.5
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/caching-for-turbo@v1.5
4042
- name: Test
4143
run: pnpm test:ci

0 commit comments

Comments
 (0)