Skip to content

Commit ececbe8

Browse files
committed
runner updated.
1 parent db04aad commit ececbe8

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/android-ci.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@ on:
44
push:
55
branches: [ master ]
66
paths-ignore:
7-
- 'README.md'
7+
- '**/README.md'
88
- 'screenshots/**'
9+
- '.gitignore'
910
- '.idea/**'
10-
11+
- '.run/**'
1112
pull_request:
1213
branches: [ master ]
1314
paths-ignore:
14-
- 'README.md'
15+
- '**/README.md'
1516
- 'screenshots/**'
17+
- '.gitignore'
1618
- '.idea/**'
19+
- '.run/**'
1720

1821
jobs:
1922
build:
@@ -32,10 +35,10 @@ jobs:
3235
java-version: '17'
3336
architecture: x64
3437

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

38-
- name: Build module :mobile with Gradle
41+
- name: Build module :mobile
3942
run: ./gradlew :mobile:lint :mobile:bundleDebug
4043

4144
# https://github.com/actions/upload-artifact

0 commit comments

Comments
 (0)