Skip to content

Commit 8451e75

Browse files
committed
[BOOK-481] chore: ci 과정내에 stabilityDump 로직 추가
1 parent 6f3ff77 commit 8451e75

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/android-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,8 @@ jobs:
8484
- name: Generate google-services.json
8585
run: echo '${{ secrets.GOOGLE_SERVICES }}' | base64 -d > ./app/google-services.json
8686

87+
- name: Compose Stability Dump
88+
run: ./gradlew stabilityDump
89+
8790
- name: Compose Stability Check
8891
run: ./gradlew stabilityCheck

0 commit comments

Comments
 (0)