Skip to content

Commit f4dde9a

Browse files
committed
Update workflow so working directory has access to performance files
1 parent 8d181d4 commit f4dde9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/performance_benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)