GitHub Actions: Use Gradle cache provided with actions/setup-java

This commit is contained in:
Jakub Chrzanowski
2021-08-31 09:04:03 +02:00
committed by Jakub Chrzanowski
parent e2354624f7
commit 1f89eb272b
4 changed files with 23 additions and 60 deletions

View File

@@ -31,16 +31,17 @@ jobs:
steps:
# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2.3.4
# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 11
# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2.3.4
cache: gradle
# Run IDEA prepared for UI testing
- name: Run IDE