Added node_modules to GH actions caches.

This commit is contained in:
Daan Vanden Bosch 2021-03-23 19:26:22 +01:00
parent 294e3194e2
commit 1b0e8da770
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
path: |
~/.gradle/caches
~/.gradle/wrapper
build/js/node_modules
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-

View File

@ -25,6 +25,7 @@ jobs:
path: |
~/.gradle/caches
~/.gradle/wrapper
build/js/node_modules
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-