diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 962ae8419..6bbbf024e 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -106,7 +106,7 @@ jobs: - name: Build Android working-directory: ./packages/react-native-app - run: react-native build-android + run: yarn react-native build-android build-react-native-ios: name: Build React Native iOS & Test with Detox