Skip to content

Commit c62791c

Browse files
committed
CI: try Android sample on Linux too
1 parent 5da7b07 commit c62791c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,12 @@ jobs:
7878
cd Samples/Beyond.NET.Sample.Native
7979
./publish_${{ env.SCRIPT_SUFFIX }}
8080
81-
- name: build Android native (macOS)
82-
if: "success() && matrix.env.OS == 'macOS'"
81+
- name: build Android native
8382
run: |
8483
cd Samples/Beyond.NET.Sample.Native
8584
./publish_android_arm64
8685
87-
- name: run Android tests (macOS)
88-
if: "success() && matrix.env.OS == 'macOS'"
86+
- name: run Android tests
8987
uses: reactivecircus/android-emulator-runner@v2
9088
with:
9189
api-level: 31

0 commit comments

Comments
 (0)