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
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user