не не юбилейный
Some checks failed
Generated APK AAB (Upload - Create Artifact To Github Action) / build (push) Failing after 16m51s
Some checks failed
Generated APK AAB (Upload - Create Artifact To Github Action) / build (push) Failing after 16m51s
This commit is contained in:
parent
0a231f8b3a
commit
b391ab56ab
@ -40,7 +40,7 @@ jobs:
|
||||
- name: Install ADB
|
||||
continue-on-error: true
|
||||
run: |
|
||||
curl --compressed --location --output tools.zip https://github.com/lzhiyong/android-sdk-tools/releases/download/34.0.3/android-sdk-tools-static-aarch64.zip
|
||||
curl --compressed --location --output tools.zip https://github.com/lzhiyong/android-sdk-tools/releases/download/33.0.3/android-sdk-tools-static-aarch64.zip
|
||||
unzip -d tools -n -q tools.zip
|
||||
rm -f tools.zip
|
||||
cp tools/platform-tools/adb $ANDROID_HOME/platform-tools/adb
|
||||
@ -80,16 +80,6 @@ jobs:
|
||||
working-directory: ./android/
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
# Run Tests Build
|
||||
- name: Run gradle tests
|
||||
working-directory: ./android/
|
||||
run: ./gradlew test
|
||||
|
||||
# Run Build Project
|
||||
- name: Build gradle project
|
||||
working-directory: ./android/
|
||||
run: ./gradlew build
|
||||
|
||||
# Create APK Debug
|
||||
- name: Build apk debug project (APK) - ${{ env.main_project_module }} module
|
||||
working-directory: ./android/
|
||||
@ -100,6 +90,16 @@ jobs:
|
||||
working-directory: ./android/
|
||||
run: ./gradlew assemble
|
||||
|
||||
# Run Tests Build
|
||||
- name: Run gradle tests
|
||||
working-directory: ./android/
|
||||
run: ./gradlew test
|
||||
|
||||
# Run Build Project
|
||||
- name: Build gradle project
|
||||
working-directory: ./android/
|
||||
run: ./gradlew build
|
||||
|
||||
# Create Bundle AAB Release
|
||||
# Noted for main module build [main_project_module]:bundleRelease
|
||||
- name: Build app bundle release (AAB) - ${{ env.main_project_module }} module
|
||||
|
Loading…
Reference in New Issue
Block a user