[CI] Fix pre-populating configuration cache

This commit is contained in:
Ricki Hirner
2025-12-18 10:36:29 +01:00
parent 6be15fd366
commit 9754770238

View File

@@ -47,10 +47,9 @@ jobs:
# Cache configurations for the other jobs
- name: Populate configuration cache
run: |
./gradlew --dry-run \
app:lintOseDebug \
app:testOseDebugUnitTest \
app:virtualOseDebugAndroidTest
./gradlew --dry-run app:lintOseDebug
./gradlew --dry-run app:testOseDebugUnitTest
./gradlew --dry-run app:virtualOseDebugAndroidTest
unit_tests:
needs: compile