We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f7ca2 commit 5cc36fdCopy full SHA for 5cc36fd
.github/workflows/Android-CI.yml
@@ -48,6 +48,8 @@ jobs:
48
- uses: gradle/actions/wrapper-validation@v4
49
- name: Install Android SDK
50
uses: hannesa2/action-android/install-sdk@0.1.16.7
51
+ - name: Build release
52
+ run: ./gradlew assemble
53
- name: Run instrumentation tests
54
uses: hannesa2/action-android/emulator-run-cmd@0.1.16.7
55
with:
0 commit comments