Skip to content

Commit 782f7bd

Browse files
author
tkostuch
committed
cache theme
1 parent b5cc239 commit 782f7bd

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/test_vsf1.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
- name: Get cached dependencies
5858
uses: actions/cache@v2
5959
with:
60-
path: '**/node_modules'
60+
path: |
61+
'**/node_modules'
62+
'~/src/themes/default'
6163
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
6264

6365
- name: Run linter
@@ -79,7 +81,9 @@ jobs:
7981
- name: Get cached dependencies
8082
uses: actions/cache@v2
8183
with:
82-
path: '**/node_modules'
84+
path: |
85+
'**/node_modules'
86+
'~/src/themes/default'
8387
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
8488

8589
- name: Run unit tests
@@ -101,7 +105,9 @@ jobs:
101105
- name: Get cached dependencies
102106
uses: actions/cache@v2
103107
with:
104-
path: '**/node_modules'
108+
path: |
109+
'**/node_modules'
110+
'~/src/themes/default'
105111
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
106112

107113
- name: Run build

0 commit comments

Comments
 (0)