Skip to content

Commit

Permalink
add start server targets to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdivock-stripe committed Jan 31, 2022
1 parent d282285 commit 78fc55f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ commands:
background: true
command: xcrun simctl boot "11" || true

start_server:
steps:
- run:
name: Start example app backend
background: true
command: yarn --cwd example start:server

pod_install:
parameters:
pod_install_directory:
Expand Down Expand Up @@ -222,6 +229,8 @@ jobs:
command: yarn install --frozen-lockfile
name: yarn install

- start_server

- run:
command: |
rm example/node_modules/react-native/scripts/find-node.sh
Expand Down Expand Up @@ -251,6 +260,9 @@ jobs:
command: yarn install --frozen-lockfile
name: yarn install
- android_emulator_start

- start_server

- run:
command: yarn e2e:build:android:release
name: build for detox
Expand Down

0 comments on commit 78fc55f

Please sign in to comment.