We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab29e2 commit 635b973Copy full SHA for 635b973
1 file changed
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
restore-keys: |
76
${{ runner.os }}-tester-android-build-
77
78
- - name: Resture Gradle cache
+ - name: Restore Gradle cache
79
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
80
with:
81
path: |
@@ -167,7 +167,7 @@ jobs:
167
168
- name: Build integrated iOS tester app
169
run: |
170
- yarn run build:tester-integrated:ios
+ yarn run build:tester-integrated:ios`
171
172
# == RNApp ==
173
0 commit comments