Skip to content

Commit

Permalink
[Circle CI] Fix: Build fail due to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Feb 23, 2024
1 parent b26e8bb commit 21680eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ workflows:
- checkout_code
- rn/android_build:
name: build_android_debug
project_path: "example/android"
attach_workspace: true
workspace_root: "example"
build_type: debug
on_after_initialize: "cd example && yarn install --frozen-lockfile --non-interactive --cache-folder /tmp/yarn && cd .."
requires:
- analyse
- rn/android_build:
name: build_android_release
project_path: "example/android"
attach_workspace: true
workspace_root: "example"
build_type: release
on_after_initialize: "cd example && yarn install --frozen-lockfile --non-interactive --cache-folder /tmp/yarn && cd .."
requires:
- analyse
# - rn/android_test:
Expand Down

0 comments on commit 21680eb

Please sign in to comment.