Skip to content

Commit 4ffde99

Browse files
committed
ci: rename caching steps
1 parent 4529998 commit 4ffde99

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
node-version: 'lts/*'
1111
cache: 'yarn'
1212

13-
- name: Cache turbo
13+
- name: Restore turbo cache
1414
uses: actions/cache@v5
1515
with:
1616
path: |

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build packages
5757
run: yarn build
5858

59-
- name: Cache build directory
59+
- name: Restore android build cache
6060
uses: actions/cache@v5
6161
with:
6262
path: |
@@ -105,7 +105,7 @@ jobs:
105105
- name: Build packages
106106
run: yarn build
107107

108-
- name: Cache Pods
108+
- name: Restore Pods cache
109109
uses: actions/cache@v5
110110
with:
111111
path: |
@@ -119,7 +119,7 @@ jobs:
119119
cd apps/TesterIntegrated/swift
120120
pod install
121121
122-
- name: Cache build directory
122+
- name: Restore iOS build cache
123123
uses: actions/cache@v5
124124
with:
125125
path: |

.github/workflows/gradle-plugin-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: temurin
2525
java-version: 17
2626

27-
- name: Cache Gradle
27+
- name: Restore Gradle cache
2828
uses: actions/cache@v5
2929
with:
3030
path: |

0 commit comments

Comments
 (0)