Skip to content

Commit

Permalink
ci: call detox through yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Nov 24, 2024
1 parent bb5a13a commit 01f53d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-react-native-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
brew tap wix/brew
brew install applesimutils
detox clean-framework-cache && detox build-framework-cache
yarn detox clean-framework-cache && yarn detox build-framework-cache
- name: Build iOS
run: yarn detox build -c ios.sim.release
Expand Down

0 comments on commit 01f53d0

Please sign in to comment.