CLI + Maestro + Discord Fixes (#446)

This commit is contained in:
Ritesh Shukla
2025-07-20 01:29:56 +05:30
committed by GitHub
parent 533134c394
commit eaf3cb519f
7 changed files with 88 additions and 148 deletions

View File

@@ -60,6 +60,7 @@ jobs:
name: android-artifacts
path: ./android/app/build/outputs/apk/release/*.apk
run-maestro-tests:
runs-on: ubuntu-latest
needs: build-android
@@ -110,8 +111,10 @@ jobs:
id: run-tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: '24'
arch: x86
api-level: '34'
target: google_apis
arch: x86_64
profile: Nexus 6
ram-size: '8192M'
heap-size: '4096M'
disk-size: '10G'
@@ -126,4 +129,4 @@ jobs:
with:
name: TestResult
path: |
video.mp4
*.mp4

View File

@@ -239,12 +239,6 @@ jobs:
exit 1
fi
- name: 💎 Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: 📦 Install dependencies
run: yarn install --network-concurrency 1