We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3ff77 commit 8451e75Copy full SHA for 8451e75
1 file changed
.github/workflows/android-ci.yml
@@ -84,5 +84,8 @@ jobs:
84
- name: Generate google-services.json
85
run: echo '${{ secrets.GOOGLE_SERVICES }}' | base64 -d > ./app/google-services.json
86
87
+ - name: Compose Stability Dump
88
+ run: ./gradlew stabilityDump
89
+
90
- name: Compose Stability Check
91
run: ./gradlew stabilityCheck
0 commit comments