Fix
Build APK file / Verify environment (push) Successful in 4s
Sync Source to Host / sync-source (push) Successful in 8s
Build APK file / Build APK file (push) Failing after 1m33s

This commit is contained in:
2026-08-19 20:34:48 +07:00
parent f2ba761cc1
commit 3fb07872c2
2 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ jobs:
- name: Grant execute permission
run: chmod +x ./gradlew
# - name: List Gradle Projects
# run: ./gradlew projects
- name: List Gradle Projects
run: ./gradlew projects
- name: Build Android APK
run: ./gradlew :androidApp:assembleDebug --stacktrace
+1 -3
View File
@@ -3,9 +3,7 @@ run-name: ${{ gitea.actor }} is synchronizing the source code to the host
on:
push:
branches:
- main
- develop
jobs:
sync-source:
runs-on: ubuntu-latest