Skip to content

Commit

Permalink
CI: try Android sample on Linux too
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Jan 7, 2025
1 parent 5da7b07 commit c62791c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,12 @@ jobs:
cd Samples/Beyond.NET.Sample.Native
./publish_${{ env.SCRIPT_SUFFIX }}
- name: build Android native (macOS)
if: "success() && matrix.env.OS == 'macOS'"
- name: build Android native
run: |
cd Samples/Beyond.NET.Sample.Native
./publish_android_arm64
- name: run Android tests (macOS)
if: "success() && matrix.env.OS == 'macOS'"
- name: run Android tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
Expand Down

0 comments on commit c62791c

Please sign in to comment.