Skip to content

Commit b2cdf50

Browse files
committed
Run Android tests on macOS only
arm64 AVD isn't runnable on linux-x64
1 parent c62791c commit b2cdf50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
cd Samples/Beyond.NET.Sample.Native
8484
./publish_android_arm64
8585
86-
- name: run Android tests
86+
- name: run Android tests (macOS)
87+
if: "success() && matrix.env.OS == 'macOS'"
8788
uses: reactivecircus/android-emulator-runner@v2
8889
with:
8990
api-level: 31

0 commit comments

Comments
 (0)