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 47e078c commit 7c6e14bCopy full SHA for 7c6e14b
.github/workflows/android-build-test-fabric.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
node-version: 14
31
cache: 'yarn'
32
+ cache-dependency-path: 'FabricExample/yarn.lock'
33
- name: Install node dependencies
34
working-directory: ${{ env.WORKING_DIRECTORY }}
35
run: yarn
.github/workflows/android-build-test.yml
@@ -25,6 +25,7 @@ jobs:
25
26
27
28
+ cache-dependency-path: 'TestsExample/yarn.lock'
0 commit comments