Skip to content

Commit 635b973

Browse files
committed
fix(ci): typo in step name
1 parent 7ab29e2 commit 635b973

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
restore-keys: |
7676
${{ runner.os }}-tester-android-build-
7777
78-
- name: Resture Gradle cache
78+
- name: Restore Gradle cache
7979
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
8080
with:
8181
path: |
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Build integrated iOS tester app
169169
run: |
170-
yarn run build:tester-integrated:ios
170+
yarn run build:tester-integrated:ios`
171171
172172
# == RNApp ==
173173

0 commit comments

Comments
 (0)