Skip to content

Commit 8e69af2

Browse files
committed
Update the action name
1 parent 78dd6f6 commit 8e69af2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/android-ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Android CI
1+
name: KvColorPalette-Android CI
22

33
on:
44
push:
55
branches: [ "main", "feature/create-android-ci" ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ "main" ]
88

99
jobs:
1010
build:
@@ -35,4 +35,7 @@ jobs:
3535
run: chmod +x gradlew
3636

3737
- name: Build project
38-
run: ./gradlew assembleDebug
38+
run: ./gradlew assembleDebug
39+
40+
- name: Run unit tests
41+
run: ./gradlew testDebugUnitTest

0 commit comments

Comments
 (0)