File tree Expand file tree Collapse file tree 5 files changed +20
-18
lines changed Expand file tree Collapse file tree 5 files changed +20
-18
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-${{ hashFiles('**/package.json') }}-v1
50
+ key : ${{ runner.os }}-yarn-v1-${{ hashFiles('**/package.json') }}
51
+ restore-keys : ${{ runner.os }}-yarn-v1
51
52
52
53
- name : Yarn Install
53
54
uses : nick-invision/retry@v2
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-${{ hashFiles('**/package.json') }}
35
- restore-keys : ${{ runner.os }}-yarn
34
+ key : ${{ runner.os }}-yarn-v1- ${{ hashFiles('**/package.json') }}
35
+ restore-keys : ${{ runner.os }}-yarn-v1
36
36
- name : Yarn Install
37
37
uses : nick-invision/retry@v2
38
38
with :
79
79
id : yarn-cache
80
80
with :
81
81
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
82
- key : ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
83
- restore-keys : ${{ runner.os }}-yarn
82
+ key : ${{ runner.os }}-yarn-v1- ${{ hashFiles('**/package.json') }}
83
+ restore-keys : ${{ runner.os }}-yarn-v1
84
84
- name : Yarn Install
85
85
uses : nick-invision/retry@v2
86
86
with :
@@ -113,8 +113,8 @@ jobs:
113
113
id : yarn-cache
114
114
with :
115
115
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
116
- key : ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}-with-website
117
- restore-keys : ${{ runner.os }}-yarn
116
+ key : ${{ runner.os }}-yarn-with-website-v1- ${{ hashFiles('**/package.json') }}
117
+ restore-keys : ${{ runner.os }}-yarn-with-website-v1
118
118
- name : Yarn Install
119
119
uses : nick-invision/retry@v2
120
120
with :
Original file line number Diff line number Diff line change 52
52
uses : actions/cache@v2
53
53
with :
54
54
path : ~/.cache/firebase/emulators
55
- key : firebase-emulators-${{ github.run_id }}-v1
56
- restore-key : firebase-emulators
55
+ key : firebase-emulators-v1- ${{ github.run_id }}
56
+ restore-keys : firebase-emulators-v1
57
57
58
58
- name : Start Firestore Emulator
59
59
run : yarn tests:emulator:start-ci
@@ -67,15 +67,15 @@ jobs:
67
67
id : yarn-cache
68
68
with :
69
69
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
70
- key : ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}-v1
71
- restore-keys : ${{ runner.os }}-yarn
70
+ key : ${{ runner.os }}-yarn-v1- ${{ hashFiles('**/package.json') }}
71
+ restore-keys : ${{ runner.os }}-yarn-v1
72
72
73
73
- uses : actions/cache@v2
74
74
name : Gradle Cache
75
75
with :
76
76
path : ~/.gradle/caches
77
- key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}-v1
78
- restore-keys : ${{ runner.os }}-gradle
77
+ key : ${{ runner.os }}-gradle-v1- ${{ hashFiles('**/*.gradle*') }}
78
+ restore-keys : ${{ runner.os }}-gradle-v1
79
79
80
80
- name : Yarn Install
81
81
uses : nick-invision/retry@v2
Original file line number Diff line number Diff line change 66
66
uses : actions/cache@v2
67
67
with :
68
68
path : ~/.cache/firebase/emulators
69
- key : firebase-emulators-v1
69
+ key : firebase-emulators-v1-${{ github.run_id }}
70
+ restore-keys : firebase-emulators-v1
70
71
71
72
- name : Start Firestore Emulator
72
73
run : yarn tests:emulator:start-ci
80
81
id : yarn-cache
81
82
with :
82
83
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
83
- key : ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}-v1
84
- restore-keys : ${{ runner.os }}-yarn
84
+ key : ${{ runner.os }}-yarn-v1- ${{ hashFiles('**/package.json') }}
85
+ restore-keys : ${{ runner.os }}-yarn-v1
85
86
86
87
- uses : actions/cache@v2
87
88
name : Cache Pods
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-${{ hashFiles('**/package.json') }}
47
- restore-keys : ${{ runner.os }}-yarn
46
+ key : ${{ runner.os }}-yarn-v1- ${{ hashFiles('**/package.json') }}
47
+ restore-keys : ${{ runner.os }}-yarn-v1
48
48
- name : Yarn Install
49
49
uses : nick-invision/retry@v2
50
50
with :
You can’t perform that action at this time.
0 commit comments