fix: move smoke testing working dir

This commit is contained in:
Constrat
2025-09-13 14:55:15 +02:00
parent 2c87975e52
commit dcd2d52a5a
2 changed files with 23 additions and 23 deletions

View File

@@ -53,16 +53,16 @@ jobs:
with:
key: ${{ steps.cache_key.outputs.key }}
path: |
./install/AsstCaller.h
./install/AsstPort.h
./install/libc++.so.1
./install/libc++abi.so.1
./install/libfastdeploy_ppocr.so
./install/libMaaCore.so
./install/libonnxruntime.so.1
./install/libopencv_world4.so.411
./install/libunwind.so.1
./install/smoke_test
./AsstCaller.h
./AsstPort.h
./libc++.so.1
./libc++abi.so.1
./libfastdeploy_ppocr.so
./libMaaCore.so
./libonnxruntime.so.1
./libopencv_world4.so.411
./libunwind.so.1
./smoke_test
- name: Fetch submodules
if: steps.smoke-cache.outputs.cache-hit != 'true'
@@ -113,7 +113,7 @@ jobs:
if: steps.smoke-cache.outputs.cache-hit != 'true'
run: |
mkdir -p install
cmake --install build --prefix install --config Debug
cmake --install build --prefix ./ --config Debug
- name: Run tests
run: |
@@ -125,16 +125,16 @@ jobs:
with:
key: ${{ steps.cache_key.outputs.key }}
path: |
./install/AsstCaller.h
./install/AsstPort.h
./install/libc++.so.1
./install/libc++abi.so.1
./install/libfastdeploy_ppocr.so
./install/libMaaCore.so
./install/libonnxruntime.so.1
./install/libopencv_world4.so.411
./install/libunwind.so.1
./install/smoke_test
./AsstCaller.h
./AsstPort.h
./libc++.so.1
./libc++abi.so.1
./libfastdeploy_ppocr.so
./libMaaCore.so
./libonnxruntime.so.1
./libopencv_world4.so.411
./libunwind.so.1
./smoke_test
- name: Upload logs
if: always()