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

This commit is contained in:
Alexander Kacheryants 2024-07-11 21:28:21 +03:00
parent 2b1e0de98d
commit 2b624310b4

View File

@ -25,7 +25,7 @@ jobs:
34 34
- name: Accept license for Android SDK - name: Accept license for Android SDK
run: (while sleep 3; do echo "y"; done) | $HOME/Android/SDK/cmdline-tools/latest/bin/sdkmanager --licenses run: (while sleep 3; do echo "y"; done) | $HOME/Android/SDK/tools/bin/sdkmanager --licenses
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v1 uses: actions/setup-node@v1
@ -51,7 +51,7 @@ jobs:
run: ./gradlew test run: ./gradlew test
# Create APK Debug # Create APK Debug
- name: Build apk debug project (APK) - ${{ env.main_project_module }} module - name: Build apk debug project (APK)
working-directory: ./android/ working-directory: ./android/
run: ./gradlew assembleDebug run: ./gradlew assembleDebug