Skip to content

Commit

Permalink
CI: fix Android tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Jan 7, 2025
1 parent 534e4f7 commit eca80b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
- name: run Android tests (macOS)
if: "success() && matrix.env.OS == 'macOS'"
run: |
cd Samples/Beyond.NET.Sample.Native
pushd Samples/Beyond.NET.Sample.Native
./publish_android_arm64
popd
cd Samples/Beyond.NET.Sample.Android
./test-on-emulator.ps1

0 comments on commit eca80b4

Please sign in to comment.