Skip to content

Commit

Permalink
fix(ci): always bootstrap+prepack on base setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Aug 3, 2023
1 parent 85c9e94 commit 6beee18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ runs:
yarn install --cwd example --frozen-lockfile
yarn install --frozen-lockfile
shell: bash

- name: Bootstrap & Prepack
run: yarn bootstrap && yarn prepack
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@ jobs:
- name: Run unit tests
run: yarn test --maxWorkers=2 --coverage

build-library:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/setup

- name: Build package
run: yarn prepack

build-ios:
runs-on: macos-latest
env:
Expand All @@ -58,9 +46,6 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Bootstrap
run: yarn bootstrap

- name: Cache turborepo for iOS
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6beee18

Please sign in to comment.