File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,9 @@ jobs:
257
257
258
258
- name : Pod install
259
259
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
261
263
working-directory : ${{ github.workspace }}/js/react_native/ios
262
264
263
265
- name : Run React Native iOS Instrumented Tests
@@ -319,7 +321,9 @@ jobs:
319
321
320
322
- name : Pod install for e2e tests
321
323
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
323
327
working-directory : ${{ github.workspace }}/js/react_native/e2e/ios
324
328
325
329
- name : Build and Run Detox iOS e2e Tests
You can’t perform that action at this time.
0 commit comments