1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

tests workflow will now update gradle cache when run against develop (#7238)

This commit is contained in:
Nikita Fedrunov
2022-09-27 17:45:50 +02:00
committed by GitHub
parent fad02062d8
commit 337dce7d9e

View File

@@ -31,6 +31,9 @@ jobs:
distribution: 'adopt'
java-version: '11'
- uses: gradle/gradle-build-action@v2
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
gradle-home-cache-cleanup: ${{ github.ref == 'refs/heads/develop' }}
- name: Run screenshot tests
run: ./gradlew verifyScreenshots $CI_GRADLE_ARG_PROPERTIES