mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Cache more things in GH actions.
This commit is contained in:
parent
1a8e2e6b2b
commit
1f3f888ea1
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@ -22,12 +22,10 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle
|
||||||
~/.gradle/wrapper
|
.gradle
|
||||||
build/js/node_modules
|
build/js
|
||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
key: ${{ runner.os }}-gradle
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-gradle-
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: './gradlew :web:browserDistribution'
|
run: './gradlew :web:browserDistribution'
|
||||||
|
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -23,12 +23,10 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle
|
||||||
~/.gradle/wrapper
|
.gradle
|
||||||
build/js/node_modules
|
build/js
|
||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
key: ${{ runner.os }}-gradle
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-gradle-
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./gradlew check
|
run: ./gradlew check
|
||||||
|
Loading…
Reference in New Issue
Block a user