From 008591d60668529d44097d1f89c982b11be332ee Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Fri, 5 Apr 2024 14:31:55 +0200 Subject: [PATCH] Tweak CI --- .github/workflows/react-native.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/react-native.yml b/.github/workflows/react-native.yml index 37db684c6d8c..c290019fdc99 100644 --- a/.github/workflows/react-native.yml +++ b/.github/workflows/react-native.yml @@ -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