Skip to content

Commit 8d181d4

Browse files
committed
update matlab-actions run command syntax
1 parent 39ec8f2 commit 8d181d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
MATLABPATH: ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
5757
uses: matlab-actions/run-command@v2
5858
with:
59-
command: addpath("./test/performance"), runPerf
59+
command: addpath("test/performance"), runPerf
6060
- name: Download previous benchmark data
6161
uses: actions/cache@v4
6262
with:

0 commit comments

Comments
 (0)