mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 06:28:28 +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
|
||||
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'
|
||||
|
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user