Skip to content

Commit 729096d

Browse files
committed
update
1 parent fbadc05 commit 729096d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/react_native.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,9 @@ jobs:
257257
258258
- name: Pod install
259259
run: |
260-
ORT_C_LOCAL_POD_PATH=${{ runner.temp }}/ios_pod/onnxruntime-c pod install
260+
set -e -x
261+
ls ${{ runner.temp }}/ios_pod/onnxruntime-c
262+
ORT_C_LOCAL_POD_PATH=${{ runner.temp }}/ios_pod/onnxruntime-c pod install --verbose
261263
working-directory: ${{ github.workspace }}/js/react_native/ios
262264

263265
- name: Run React Native iOS Instrumented Tests
@@ -319,7 +321,9 @@ jobs:
319321
320322
- name: Pod install for e2e tests
321323
run: |
322-
ORT_C_LOCAL_POD_PATH=${{ runner.temp }}/ios_pod/onnxruntime-c pod install
324+
set -e -x
325+
ls ${{ runner.temp }}/ios_pod/onnxruntime-c
326+
ORT_C_LOCAL_POD_PATH=${{ runner.temp }}/ios_pod/onnxruntime-c pod install --verbose
323327
working-directory: ${{ github.workspace }}/js/react_native/e2e/ios
324328

325329
- name: Build and Run Detox iOS e2e Tests

0 commit comments

Comments
 (0)