File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 47
47
id : yarn-cache
48
48
with :
49
49
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
50
- key : ${{ runner.os }}-yarn-v1-${{ hashFiles('**/package.json ') }}
50
+ key : ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock ') }}
51
51
restore-keys : ${{ runner.os }}-yarn-v1
52
52
53
53
- name : Yarn Install
Original file line number Diff line number Diff line change 31
31
id : yarn-cache
32
32
with :
33
33
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
34
- key : ${{ runner.os }}-yarn-v1-${{ hashFiles('**/package.json ') }}
34
+ key : ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock ') }}
35
35
restore-keys : ${{ runner.os }}-yarn-v1
36
36
- name : Yarn Install
37
37
uses : nick-invision/retry@v2
Original file line number Diff line number Diff line change 36
36
id : yarn-cache
37
37
with :
38
38
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
39
- key : ${{ runner.os }}-yarn-v1-${{ hashFiles('**/package.json ') }}
39
+ key : ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock ') }}
40
40
restore-keys : ${{ runner.os }}-yarn-v1
41
41
- name : Yarn Install
42
42
uses : nick-invision/retry@v2
75
75
id : yarn-cache
76
76
with :
77
77
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
78
- key : ${{ runner.os }}-yarn-v1-${{ hashFiles('**/package.json ') }}
78
+ key : ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock ') }}
79
79
restore-keys : ${{ runner.os }}-yarn-v1
80
80
- name : Yarn Install
81
81
uses : nick-invision/retry@v2
@@ -109,7 +109,7 @@ jobs:
109
109
id : yarn-cache
110
110
with :
111
111
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
112
- key : ${{ runner.os }}-yarn-with-website-v1-${{ hashFiles('**/package.json ') }}
112
+ key : ${{ runner.os }}-yarn-with-website-v1-${{ hashFiles('yarn.lock ') }}
113
113
restore-keys : ${{ runner.os }}-yarn-with-website-v1
114
114
- name : Yarn Install
115
115
uses : nick-invision/retry@v2
Original file line number Diff line number Diff line change 61
61
id : yarn-cache
62
62
with :
63
63
path : ${{ steps.workflow-variables.outputs.yarn-cache-dir }}
64
- key : ${{ runner.os }}-yarn-v1-${{ hashFiles('**/package.json ') }}
64
+ key : ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock ') }}
65
65
restore-keys : ${{ runner.os }}-yarn-v1
66
66
67
67
- name : Yarn Install
Original file line number Diff line number Diff line change 62
62
id : yarn-cache
63
63
with :
64
64
path : ${{ steps.workflow-variables.outputs.yarn-cache-dir }}
65
- key : ${{ runner.os }}-yarn-v1-${{ hashFiles('**/package.json ') }}
65
+ key : ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock ') }}
66
66
restore-keys : ${{ runner.os }}-yarn-v1
67
67
68
68
- uses : actions/cache@v2
@@ -105,7 +105,7 @@ jobs:
105
105
id : pods-cache
106
106
with :
107
107
path : tests/ios/Pods
108
- key : ${{ runner.os }}-pods-v2-${{ hashFiles('** /Podfile.lock') }}
108
+ key : ${{ runner.os }}-pods-v2-${{ hashFiles('tests/ios /Podfile.lock') }}
109
109
restore-keys : ${{ runner.os }}-pods-v2
110
110
111
111
- name : Pod Install
Original file line number Diff line number Diff line change 43
43
id : yarn-cache
44
44
with :
45
45
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
46
- key : ${{ runner.os }}-yarn-v1-${{ hashFiles('**/package.json ') }}
46
+ key : ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock ') }}
47
47
restore-keys : ${{ runner.os }}-yarn-v1
48
48
- name : Yarn Install
49
49
uses : nick-invision/retry@v2
You can’t perform that action at this time.
0 commit comments