Browse Source

Add gradle cache to record screenshots flow

feature/fga/small_timeline_improvements
Jorge Martín 1 year ago
parent
commit
5a9de39daa
  1. 5
      .github/workflows/recordScreenshots.yml

5
.github/workflows/recordScreenshots.yml

@ -22,6 +22,11 @@ jobs: @@ -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:

Loading…
Cancel
Save