File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 30
30
- name : Get cached dependencies
31
31
uses : actions/cache@v2
32
32
with :
33
- path : |
34
- '**/node_modules'
35
- '~/src/themes/default'
33
+ path : ' **/node_modules'
36
34
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
37
35
38
36
- name : Clone default theme
57
55
- name : Get cached dependencies
58
56
uses : actions/cache@v2
59
57
with :
60
- path : |
61
- '**/node_modules'
62
- '~/src/themes/default'
58
+ path : ' **/node_modules'
63
59
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
64
60
65
61
- name : Run linter
81
77
- name : Get cached dependencies
82
78
uses : actions/cache@v2
83
79
with :
84
- path : |
85
- '**/node_modules'
86
- '~/src/themes/default'
80
+ path : ' **/node_modules'
87
81
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
88
82
89
83
- name : Run unit tests
@@ -105,10 +99,11 @@ jobs:
105
99
- name : Get cached dependencies
106
100
uses : actions/cache@v2
107
101
with :
108
- path : |
109
- '**/node_modules'
110
- '~/src/themes/default'
102
+ path : ' **/node_modules'
111
103
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
112
104
105
+ - name : Clone default theme
106
+ run : git clone --quiet --single-branch --branch master https://github.com/DivanteLtd/vsf-default.git ./src/themes/default
107
+
113
108
- name : Run build
114
109
run : yarn build
You can’t perform that action at this time.
0 commit comments