mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:03:26 +00:00
chore: adjust workflows
This commit is contained in:
3
.github/workflows/build-mobile-comment.yml
vendored
3
.github/workflows/build-mobile-comment.yml
vendored
@@ -84,9 +84,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Install xcbeautify
|
||||
run: brew install xcbeautify
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
||||
|
3
.github/workflows/build-mobile.yml
vendored
3
.github/workflows/build-mobile.yml
vendored
@@ -75,9 +75,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Install xcbeautify
|
||||
run: brew install xcbeautify
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
||||
|
3
.github/workflows/release-mobile.yml
vendored
3
.github/workflows/release-mobile.yml
vendored
@@ -103,9 +103,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Install xcbeautify
|
||||
run: brew install xcbeautify
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
||||
|
Reference in New Issue
Block a user