diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16c69d4..e211fec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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