Skip to content

Commit 9cffbf5

Browse files
committed
chore: optimize
1 parent e184f52 commit 9cffbf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
test-android:
6666
strategy:
6767
matrix:
68-
newArch: [false]
68+
newArch: [true, false]
6969
runs-on: ubuntu-latest
7070
env:
7171
TURBO_CACHE_DIR: .turbo/android
@@ -139,6 +139,7 @@ jobs:
139139
rm -rf example/android/app/build/intermediates || true
140140
rm -rf example/android/app/.cxx || true
141141
rm -rf "${{ env.TURBO_CACHE_DIR }}" || true
142+
rm -rf example/ios
142143
yarn cache clean
143144
rm -rf /home/runner/.android/cache/* || true
144145
rm -rf /home/runner/.android/avd/* || true

0 commit comments

Comments
 (0)