Skip to content

Commit a84eace

Browse files
committed
ci
1 parent 8950914 commit a84eace

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/client.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,14 @@ jobs:
3333

3434
- name: Grant execute permission for gradlew
3535
run: chmod +x gradlew
36-
3736
- name: Build with Gradle
38-
run: ./gradlew assembleLocalDebug --no-daemon
37+
run: ./gradlew assembleRelease --no-daemon
3938

4039
- name: Run unit tests
41-
run: ./gradlew testLocalDebugUnitTest --no-daemon
40+
run: ./gradlew testDebugUnitTest --no-daemon
4241

4342
- name: Lint
44-
run: ./gradlew lintLocalDebug --no-daemon
43+
run: ./gradlew lintDebug --no-daemon
4544

4645
- name: Upload APK
4746
uses: actions/upload-artifact@v4
@@ -72,7 +71,7 @@ jobs:
7271
run: chmod +x gradlew
7372

7473
- name: Build Release APK
75-
run: ./gradlew assembleLocalRelease assembleCloudRelease --no-daemon
74+
run: ./gradlew assembleRelease --no-daemon
7675
env:
7776
KEYSTORE_BASE64: ${{ secrets.KEYSTORE_BASE64 }}
7877
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}

0 commit comments

Comments
 (0)