chore: fixes xc upgrade test workflow commands
This commit is contained in:
4
.github/workflows/ios.verify.sdk.yml
vendored
4
.github/workflows/ios.verify.sdk.yml
vendored
@@ -26,6 +26,10 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --immutable && yarn install:pods
|
run: yarn install --immutable && yarn install:pods
|
||||||
|
|
||||||
|
- name: Build mobile workspace dependencies
|
||||||
|
working-directory: ${{ github.workspace }}
|
||||||
|
run: yarn build:mobile
|
||||||
|
|
||||||
- name: Archive app without signing or upload
|
- name: Archive app without signing or upload
|
||||||
run: |
|
run: |
|
||||||
xcodebuild \
|
xcodebuild \
|
||||||
|
|||||||
Reference in New Issue
Block a user