Fix script execution order. Run test fixture in workflow.

This commit is contained in:
Yang Chen
2019-12-15 00:34:03 +11:00
committed by ychescale9
parent 269b6dcc82
commit c03965e565
35 changed files with 720 additions and 14 deletions
+6 -3
View File
@@ -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