We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f5970 commit b183bc3Copy full SHA for b183bc3
build/test_ios_ci.sh renamed to .ci/scripts/test_ios_ci.sh
.github/workflows/apple.yml
@@ -14,7 +14,7 @@ on:
14
- build/build_apple_frameworks.sh
15
- build/build_apple_llm_demo.sh
16
- build/create_frameworks.sh
17
- - build/test_ios_ci.sh
+ - .ci/scripts/test_ios_ci.sh
18
- examples/demo-apps/apple_ios/**
19
- extension/apple/**
20
- extension/benchmark/apple/**
@@ -75,7 +75,7 @@ jobs:
75
76
# Build and test iOS Demo App
77
PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
78
- build/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}"
+ .ci/scripts/test_ios_ci.sh "${ARTIFACTS_DIR_NAME}"
79
80
# Upload the test demo app to S3
81
upload-demo-ios:
0 commit comments