Skip to content

Commit

Permalink
chore: allow CI to run just ios build
Browse files Browse the repository at this point in the history
vision can come later in CI
  • Loading branch information
NathanWalker committed Apr 2, 2024
1 parent 0de9370 commit c48a980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo NPM_VERSION=$NPM_VERSION >> $GITHUB_OUTPUT
echo NPM_TAG=$NPM_TAG >> $GITHUB_OUTPUT
- name: Build
run: npm run build
run: npm run build-ios
- name: Upload npm package artifact
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo NPM_VERSION=$NPM_VERSION >> $GITHUB_ENV
npm version $NPM_VERSION --no-git-tag-version
- name: Build
run: npm run build
run: npm run build-ios
- name: Upload npm package artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c48a980

Please sign in to comment.