Skip to content

Commit e9f5ec2

Browse files
committed
Fix CI command: clean check assembleRelease
1 parent 1ea7e25 commit e9f5ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
${{ runner.os }}-gradle-
3232
3333
- name: Build Debug APK
34-
run: ./gradlew assembleDebug --no-daemon
34+
run: ./gradlew clean check assembleRelease --no-daemon

0 commit comments

Comments
 (0)