Add gradle cache to record screenshots flow

This commit is contained in:
Jorge Martín
2023-06-05 09:03:47 +02:00
parent 00f907448a
commit b7235cf3e0

View File

@@ -22,6 +22,11 @@ jobs:
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
# Add gradle cache, this should speed up the process
- name: Configure gradle
uses: gradle/gradle-build-action@v2.4.2
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Record screenshots
run: "./.github/workflows/scripts/recordScreenshots.sh"
env: