Skip to content

Commit 7c6e14b

Browse files
fix: add cache-dependency-path on Android (#1336)
This PR adds cache-dependency-path on Android CI test builds.
1 parent 47e078c commit 7c6e14b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/android-build-test-fabric.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
node-version: 14
3131
cache: 'yarn'
32+
cache-dependency-path: 'FabricExample/yarn.lock'
3233
- name: Install node dependencies
3334
working-directory: ${{ env.WORKING_DIRECTORY }}
3435
run: yarn

.github/workflows/android-build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
node-version: 14
2727
cache: 'yarn'
28+
cache-dependency-path: 'TestsExample/yarn.lock'
2829
- name: Install node dependencies
2930
working-directory: ${{ env.WORKING_DIRECTORY }}
3031
run: yarn

0 commit comments

Comments
 (0)