You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(arm): run github actions on arm too
* fix arm64 test and added fail fast false to prevent jobs in the matrix to be cancelled by random failing tests
* update devdeps
* arm64 skip browser test
* test fix arm64 edge
* restore fix browser arm test
---------
Co-authored-by: Daniele Briggi <=>
Co-authored-by: Gioele Cantoni <gioele.cantoni@gmail.com>
Co-authored-by: Gioele Cantoni <48024736+Gioee@users.noreply.github.com>
uses: nick-fields/retry@v3 #doing this step with the retry action because sometimes in macos it gets stuck without failing
307
318
with:
308
319
timeout_seconds: 45
@@ -315,6 +326,7 @@ jobs:
315
326
rn-ios-test:
316
327
needs: code-test
317
328
strategy:
329
+
fail-fast: false
318
330
matrix:
319
331
os: [macos-13, macos-14, macos-15] # macos-12 for ios 15 it's going to be deprecated, it's also using an old version of xcode that is not compatible with react native
os: [macos-13, macos-14, macos-15] # macos-12 for ios 15 it's going to be deprecated, it's also using an old version of xcode that is not compatible with react native
0 commit comments