Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
name: Emulator smoke test
needs: verify
runs-on: ubuntu-latest
timeout-minutes: 35

steps:
- uses: actions/checkout@v5
Expand All @@ -67,15 +68,17 @@ jobs:
run: sdkmanager "ndk;27.0.12077973"

- name: Run instrumentation smoke test
timeout-minutes: 30
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
profile: Nexus 6
target: default
disk-size: 1024M
emulator-boot-timeout: 900
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-snapshot -no-metrics
script: ./gradlew -PnovaAbis=x86_64 connectedNonRoot_gameDebugAndroidTest
script: ./gradlew -PnovaAbis=x86_64 connectedNonRoot_gameDebugAndroidTest --stacktrace

build:
name: Assemble release APK
Expand Down
Loading