[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 # Cache configurations for the other jobs
- name: Populate configuration cache - name: Populate configuration cache
run: | run: |
./gradlew --dry-run \ ./gradlew --dry-run app:lintOseDebug
app:lintOseDebug \ ./gradlew --dry-run app:testOseDebugUnitTest
app:testOseDebugUnitTest \ ./gradlew --dry-run app:virtualOseDebugAndroidTest
app:virtualOseDebugAndroidTest
unit_tests: unit_tests:
needs: compile needs: compile