mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-01-06 05:40:26 -06:00
CLI + Maestro + Discord Fixes (#446)
This commit is contained in:
9
.github/workflows/maestro-test.yml
vendored
9
.github/workflows/maestro-test.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/publish-beta.yml
vendored
6
.github/workflows/publish-beta.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user