Skip to content

Commit b5cc239

Browse files
author
tkostuch
committed
cache theme
1 parent 841bec6 commit b5cc239

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_vsf1.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- name: Get cached dependencies
3131
uses: actions/cache@v2
3232
with:
33-
path: '**/node_modules'
33+
path: |
34+
'**/node_modules'
35+
'~/src/themes/default'
3436
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
3537

3638
- name: Clone default theme

0 commit comments

Comments
 (0)