File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 with :
1313 distribution : ' zulu'
1414 java-version : ' 21'
15- - name : set up Android SDK
16- uses : android-actions/setup-android@v3
17- - name : Start emulator
18- uses : reactivecircus/android-emulator-runner@v2
19- with :
20- api-level : 30
21- target : google_apis
22- arch : x86_64
23- profile : Nexus 6
24- script : |
25- adb shell pm grant com.vrem.wifianalyzer android.permission.ACCESS_COARSE_LOCATION
26- adb shell pm grant com.vrem.wifianalyzer android.permission.ACCESS_FINE_LOCATION
27- adb shell pm grant com.vrem.wifianalyzer android.permission.ACCESS_WIFI_STATE
28- adb shell pm grant com.vrem.wifianalyzer android.permission.CHANGE_WIFI_STATE
29- adb shell pm grant com.vrem.wifianalyzer android.permission.NEARBY_WIFI_DEVICES
30- - name : build app apk
31- run : bash ./gradlew assembleDebug
32- - name : build android test apk
33- run : bash ./gradlew assembleAndroidTest
15+ - name : build apks
16+ run : bash ./gradlew assembleDebug assembleAndroidTest
3417 - name : run tests
3518 uses : emulator-wtf/run-tests@v0
3619 with :
You can’t perform that action at this time.
0 commit comments