File tree 1 file changed +2
-19
lines changed
1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 12
12
with :
13
13
distribution : ' zulu'
14
14
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
34
17
- name : run tests
35
18
uses : emulator-wtf/run-tests@v0
36
19
with :
You can’t perform that action at this time.
0 commit comments