Skip to content

Commit 973b80c

Browse files
pr jobs
1 parent 73f8516 commit 973b80c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
java-version: '17'
4646
check-latest: true
4747
- name: Gulp (Android)
48-
run: npx gulp buildAndroidRNTA
48+
run: npx gulp buildAndroid
4949
working-directory: ./Package
5050
env:
5151
JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }}
@@ -72,12 +72,12 @@ jobs:
7272
- name: NPM Install (Playground)
7373
run: npm install
7474
working-directory: ./Apps/Playground
75-
- name: Build iOS Bundle
76-
run: npm run build:ios
77-
working-directory: ./Apps/Playground
75+
# - name: Build iOS Bundle
76+
# run: npm run build:ios
77+
# working-directory: ./Apps/Playground
7878

7979
- name: Gulp (iOS)
80-
run: npx gulp buildIOSRNTA
80+
run: npx gulp buildIOS
8181
working-directory: ./Package
8282

8383
- name: Cache XCFrameworks

0 commit comments

Comments
 (0)