We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e184f52 commit 9cffbf5Copy full SHA for 9cffbf5
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
test-android:
66
strategy:
67
matrix:
68
- newArch: [false]
+ newArch: [true, false]
69
runs-on: ubuntu-latest
70
env:
71
TURBO_CACHE_DIR: .turbo/android
@@ -139,6 +139,7 @@ jobs:
139
rm -rf example/android/app/build/intermediates || true
140
rm -rf example/android/app/.cxx || true
141
rm -rf "${{ env.TURBO_CACHE_DIR }}" || true
142
+ rm -rf example/ios
143
yarn cache clean
144
rm -rf /home/runner/.android/cache/* || true
145
rm -rf /home/runner/.android/avd/* || true
0 commit comments