Skip to content

Commit

Permalink
dont copy model
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Apr 18, 2024
1 parent b6b7fae commit 035efdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Copy test_resources
run: ./copy_test_resources.sh

- name: Run Cocoapods
run: pod install

Expand Down
6 changes: 3 additions & 3 deletions binding/ios/FalconAppTest/copy_test_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ echo "Copying test audio samples..."
mkdir -p ${ASSETS_DIR}/audio_samples
cp ${RESOURCE_DIR}/audio_samples/*.wav ${ASSETS_DIR}/audio_samples

echo "Copying test model files..."
mkdir -p ${ASSETS_DIR}/model_files
cp ${LIB_DIR}/common/*.pv ${ASSETS_DIR}/model_files
#echo "Copying test model files..."
#mkdir -p ${ASSETS_DIR}/model_files
#cp ${LIB_DIR}/common/*.pv ${ASSETS_DIR}/model_files

echo "Copying test data file..."
cp ${RESOURCE_DIR}/.test/test_data.json ${ASSETS_DIR}
Expand Down

0 comments on commit 035efdf

Please sign in to comment.