licenses upd?
This commit is contained in:
parent
319154652e
commit
2b1e0de98d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user