Skip to content

Commit

Permalink
Compile for Android on CI (20)
Browse files Browse the repository at this point in the history
  • Loading branch information
johankool committed Dec 7, 2024
1 parent a69829d commit 8470ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ jobs:
rm pack/lib{c,dl,log,m,z}.so
set -x
cat > test-toolchain.sh << EOF
cat > ~/test-toolchain.sh << EOF
adb push pack /data/local/tmp
adb shell /data/local/tmp/pack/swift-case-pathsPackageTests.xctest
EOF
chmod +x test-toolchain.sh
chmod +x ~/test-toolchain.sh
- name: Run Tests on Android Emulator
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 24
arch: x86_64
script: test-toolchain.sh
script: ~/test-toolchain.sh

0 comments on commit 8470ea8

Please sign in to comment.