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
@@ -133,11 +140,11 @@ Skip only the build (simulator + reset still happen):
133
140
./run-all.sh # every combo, both platforms
134
141
./run-all.sh --platform=ios # iOS only
135
142
./run-all.sh --sdks=flutter,react-native # subset of SDKs
136
-
./run-all.sh --releases# check out the latest release point per repo first
143
+
./run-all.sh --release # check out the latest release point per repo first
137
144
./run-all.sh --bail # stop after the first failing combo
138
145
```
139
146
140
-
`--releases` runs `checkout-releases.sh`, which checks out the newest stable `rel/X.Y.Z` branch (or newest semver tag for expo/ios) in each SDK repo, honoring the `*_DIR` overrides from `.env`. Repos with uncommitted changes are skipped, never clobbered.
147
+
`--release` is available on both `run-all.sh` and `run-local.sh`. It runs `checkout-releases.sh`, which checks out the newest stable `rel/X.Y.Z` branch (or newest semver tag for expo/ios) in each SDK repo, honoring the `*_DIR` overrides from `.env`. Repos with uncommitted changes are skipped, never clobbered.
141
148
142
149
> Within each combo the specs still **bail on the first failing test** locally (`mochaOpts.bail = isLocal`), so one early failure hides the specs after it.
0 commit comments