Skip to content

Commit 4cb00dd

Browse files
committed
[BOOK-381] chore: CI Compose Stability Check job 추가
1 parent 225d322 commit 4cb00dd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/android-ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,18 @@ jobs:
5050
5151
- name: Run build
5252
run: ./gradlew buildDebug --stacktrace
53+
54+
stability_check:
55+
name: Compose Stability Check
56+
runs-on: macos-latest
57+
needs: build
58+
steps:
59+
- name: Check out code
60+
uses: actions/[email protected]
61+
- name: Set up JDK
62+
uses: actions/[email protected]
63+
with:
64+
distribution: 'zulu'
65+
java-version: 21
66+
- name: compose stability check
67+
run: ./gradlew stabilityCheck

0 commit comments

Comments
 (0)