mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 15:07:51 -05:00
[CI] Fix pre-populating configuration cache
This commit is contained in:
7
.github/workflows/test-dev.yml
vendored
7
.github/workflows/test-dev.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user