File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,14 @@ jobs:
50
50
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DUSE_BATCH_FOR_MCC=ON -DOTEL_MATLAB_VERSION=${{ needs.get_version.outputs.version }} -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
51
51
cmake --build build --config Release --target install
52
52
- name : Run Benchmark
53
+ working-directory : opentelemetry-matlab
53
54
env :
54
55
# Add the installation directory to the MATLAB Search Path by
55
56
# setting the MATLABPATH environment variable.
56
57
MATLABPATH : ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
57
58
uses : matlab-actions/run-command@v2
58
59
with :
59
- command : addpath("test/performance"), runPerf
60
+ command : addpath("./ test/performance"), runPerf
60
61
- name : Download previous benchmark data
61
62
uses : actions/cache@v4
62
63
with :
You can’t perform that action at this time.
0 commit comments