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:
5050 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 }}
5151 cmake --build build --config Release --target install
5252 - name : Run Benchmark
53+ working-directory : opentelemetry-matlab
5354 env :
5455 # Add the installation directory to the MATLAB Search Path by
5556 # setting the MATLABPATH environment variable.
5657 MATLABPATH : ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
5758 uses : matlab-actions/run-command@v2
5859 with :
59- command : addpath("test/performance"), runPerf
60+ command : addpath("./ test/performance"), runPerf
6061 - name : Download previous benchmark data
6162 uses : actions/cache@v4
6263 with :
You can’t perform that action at this time.
0 commit comments