Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Apr 5, 2024
1 parent b5bbcd0 commit 008591d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
if: steps.cache-cocoapods.outputs.cache-hit != 'true'
run: pod install

- name: Open Metro Bundler in Background
run: |
../react-native-prisma/example/node_modules/react-native/scripts/launchPackager.command &
- name: start simulator in release mode
working-directory: ../react-native-prisma/example
run: yarn ios:release
Expand Down

0 comments on commit 008591d

Please sign in to comment.