File tree 1 file changed +13
-13
lines changed 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -83,19 +83,19 @@ jobs:
83
83
cd Samples/Beyond.NET.Sample.Native
84
84
./publish_android_arm64
85
85
86
- - name : run Android tests (macOS)
87
- if : " success() && matrix.env.OS == 'macOS'"
88
- uses : reactivecircus/android-emulator-runner@v2
89
- with :
90
- api-level : 31
91
- arch : arm64-v8a
92
- target : google_apis
93
- disable-animations : true
94
- force-avd-creation : false
95
- emulator-boot-timeout : 120
96
- emulator-options : -no-audio -no-boot-anim -no-window -no-snapshot-save -gpu off -camera-back none
97
- working-directory : Samples/Beyond.NET.Sample.Android
98
- script : ./gradlew connectedAndroidTest
86
+ # - name: run Android tests (macOS)
87
+ # if: "success() && matrix.env.OS == 'macOS'"
88
+ # uses: reactivecircus/android-emulator-runner@v2
89
+ # with:
90
+ # api-level: 31
91
+ # arch: arm64-v8a
92
+ # target: google_apis
93
+ # disable-animations: true
94
+ # force-avd-creation: false
95
+ # emulator-boot-timeout: 120
96
+ # emulator-options: -no-audio -no-boot-anim -no-window -no-snapshot-save -gpu off -camera-back none
97
+ # working-directory: Samples/Beyond.NET.Sample.Android
98
+ # script: ./gradlew connectedAndroidTest
99
99
100
100
# - name: run Android tests (macOS)
101
101
# if: "success() && matrix.env.OS == 'macOS'"
You can’t perform that action at this time.
0 commit comments