Skip to content

Commit

Permalink
ci: try running react-native through yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 5, 2024
1 parent 2d6b810 commit 4f218aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f218aa

Please sign in to comment.