File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 - name : Run tests (iOS)
152152 run : npm run test:ios:allTests
153153 # TODO: Enable release mode when it works
154- # run: npm run test:ios -- --mode Release
154+ # run: npm run test:ios:allTests -- --mode Release
155155 working-directory : apps/test-app
156156 test-macos :
157157 # Disabling this on main for now, as initializing the template takes a long time and
@@ -188,7 +188,9 @@ jobs:
188188 - run : pod install --project-directory=macos
189189 working-directory : apps/macos-test-app
190190 - name : Run MacOS test app
191- run : npm run test:allTests -- --mode Release
191+ # TODO: Enable release mode when the 'Bundle React Native code and images' build phase doesn't fail on CI
192+ # run: npm run test:allTests -- --mode Release
193+ run : npm run test:allTests
192194 working-directory : apps/macos-test-app
193195 test-android :
194196 if : github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
You can’t perform that action at this time.
0 commit comments