Skip to content

Commit

Permalink
Run Android tests on macOS only
Browse files Browse the repository at this point in the history
arm64 AVD isn't runnable on linux-x64
  • Loading branch information
nil4 committed Jan 7, 2025
1 parent c62791c commit b2cdf50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
cd Samples/Beyond.NET.Sample.Native
./publish_android_arm64
- name: run Android tests
- name: run Android tests (macOS)
if: "success() && matrix.env.OS == 'macOS'"
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
Expand Down

0 comments on commit b2cdf50

Please sign in to comment.