We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea7e25 commit e9f5ec2Copy full SHA for e9f5ec2
.github/workflows/ci.yml
@@ -31,4 +31,4 @@ jobs:
31
${{ runner.os }}-gradle-
32
33
- name: Build Debug APK
34
- run: ./gradlew assembleDebug --no-daemon
+ run: ./gradlew clean check assembleRelease --no-daemon
0 commit comments