licenses upd?
Some checks failed
Test APK build / Test APK build (push) Has been cancelled
Build Android / Build APK (push) Failing after 3m24s

This commit is contained in:
Alexander Kacheryants 2024-07-11 21:24:38 +03:00
parent 319154652e
commit 2b1e0de98d

View File

@ -24,6 +24,9 @@ jobs:
30
34
- name: Accept license for Android SDK
run: (while sleep 3; do echo "y"; done) | $HOME/Android/SDK/cmdline-tools/latest/bin/sdkmanager --licenses
- name: Setup Node.js
uses: actions/setup-node@v1
with:
@ -42,24 +45,24 @@ jobs:
working-directory: ./android/
run: chmod +x ./gradlew
- name: Generate the Android App Bundle
working-directory: ./android/
run: ./gradlew bundle
# Run Tests Build
- name: Run gradle tests
working-directory: ./android/
run: ./gradlew test
# Create APK Debug
- name: Build apk debug project (APK) - ${{ env.main_project_module }} module
working-directory: ./android/
run: ./gradlew assembleDebug
# 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
- name: Generate the Android App Bundle
working-directory: ./android/
run: ./gradlew assembleDebug
run: ./gradlew bundle
- name: Upload dev APK
uses: actions/upload-artifact@v1