Cache more things in GH actions.

This commit is contained in:
Daan Vanden Bosch 2021-04-26 19:47:25 +02:00
parent 1a8e2e6b2b
commit 1f3f888ea1
2 changed files with 8 additions and 12 deletions

View File

@ -22,12 +22,10 @@ jobs:
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
build/js/node_modules
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
~/.gradle
.gradle
build/js
key: ${{ runner.os }}-gradle
- name: Build
run: './gradlew :web:browserDistribution'

View File

@ -23,12 +23,10 @@ jobs:
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
build/js/node_modules
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
~/.gradle
.gradle
build/js
key: ${{ runner.os }}-gradle
- name: Test
run: ./gradlew check