Skip to content

Commit 3dc81ce

Browse files
committed
Run MacOS debug builds on CI
1 parent 683fa43 commit 3dc81ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 🤖')

0 commit comments

Comments
 (0)