File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 57
57
- name : Get cached dependencies
58
58
uses : actions/cache@v2
59
59
with :
60
- path : ' **/node_modules'
60
+ path : |
61
+ '**/node_modules'
62
+ '~/src/themes/default'
61
63
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
62
64
63
65
- name : Run linter
79
81
- name : Get cached dependencies
80
82
uses : actions/cache@v2
81
83
with :
82
- path : ' **/node_modules'
84
+ path : |
85
+ '**/node_modules'
86
+ '~/src/themes/default'
83
87
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
84
88
85
89
- name : Run unit tests
@@ -101,7 +105,9 @@ jobs:
101
105
- name : Get cached dependencies
102
106
uses : actions/cache@v2
103
107
with :
104
- path : ' **/node_modules'
108
+ path : |
109
+ '**/node_modules'
110
+ '~/src/themes/default'
105
111
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
106
112
107
113
- name : Run build
You can’t perform that action at this time.
0 commit comments