Skip to content

Commit 985bd1d

Browse files
fix ci failure
Signed-off-by: androidacy-user <[email protected]>
1 parent 384e37d commit 985bd1d

25 files changed

+392
-4
lines changed

.github/workflows/android.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
./gradlew :application:assembleRelease :application-global-obfuscate:assembleRelease :library:assembleRelease :library-may-obfuscate:assembleRelease :library-obfuscate:assembleRelease --parallel --configuration-cache
4141
4242
- name: Build testApp release (verify ProGuard rules)
43-
run: ./gradlew :testApp:assembleRelease --configuration-cache
43+
run: |
44+
cd testApp
45+
./gradlew assembleRelease --configuration-cache
4446
4547
- name: Enable KVM group permissions
4648
run: |
@@ -49,7 +51,9 @@ jobs:
4951
sudo udevadm trigger --name-match=kvm
5052
5153
- name: Run instrumented tests on managed device
52-
run: ./gradlew :testApp:pixel6api34DebugAndroidTest -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect --configuration-cache
54+
run: |
55+
cd testApp
56+
./gradlew pixel6api34DebugAndroidTest -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect --configuration-cache
5357
5458
- name: Upload test results
5559
if: always()

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ dependencyResolutionManagement {
1818

1919
rootProject.name = "LSParanoid"
2020

21-
include(":core", ":processor", ":gradle-plugin", ":testApp")
21+
include(":core", ":processor", ":gradle-plugin")
17 Bytes
Binary file not shown.
18.4 KB
Binary file not shown.
18.9 KB
Binary file not shown.
168 KB
Binary file not shown.
17 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
22 KB
Binary file not shown.
17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)