Skip to content

Commit db04aad

Browse files
committed
runner updated.
1 parent de9918b commit db04aad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/android-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ jobs:
3232
java-version: '17'
3333
architecture: x64
3434

35-
- name: Build with Gradle
36-
run: ./gradlew :library:lint :mobile:lint :mobile:bundleDebug
35+
- name: Build module :library with Gradle
36+
run: ./gradlew :library:lint :library:assemble
37+
38+
- name: Build module :mobile with Gradle
39+
run: ./gradlew :mobile:lint :mobile:bundleDebug
3740

3841
# https://github.com/actions/upload-artifact
3942
- name: 📦 Retain Artifacts (Release AAR)

0 commit comments

Comments
 (0)