Skip to content

Commit

Permalink
ci: fix working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 5, 2024
1 parent b5a9a39 commit ed70c1d
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 @@ -105,8 +105,8 @@ jobs:
java-version: 21

- name: Build Android
working-directory: ./packages/react-native-app/android
run: ./gradlew assemble
working-directory: packages/react-native-app/android

build-react-native-ios:
name: Build React Native iOS & Test with Detox
Expand Down

0 comments on commit ed70c1d

Please sign in to comment.