mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-03 19:09:32 +00:00
Fix script execution order. Run test fixture in workflow.
This commit is contained in:
@@ -27,15 +27,18 @@ jobs:
|
||||
npm run lint
|
||||
npm test
|
||||
|
||||
- name: Prepare test fixture
|
||||
run: cp -a ./test-fixture/* ./
|
||||
|
||||
- name: run action
|
||||
uses: ./
|
||||
with:
|
||||
api-level: ${{ matrix.api-level }}
|
||||
target: google_apis
|
||||
arch: x86_64
|
||||
arch: x86
|
||||
profile: Nexus 6
|
||||
emulator-options: -no-window -no-snapshot -noaudio -no-boot-anim -camera-back none
|
||||
disable-animations: true
|
||||
script: |
|
||||
adb reconnect
|
||||
adb devices -l
|
||||
./gradlew help
|
||||
./gradlew connectedDebugAndroidTest
|
||||
|
||||
Reference in New Issue
Block a user