Skip to content

Commit 4edeec1

Browse files
committed
Try using run-tests@v1
1 parent aa52487 commit 4edeec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/matlab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# Add the installation directory to the MATLAB Search Path by
8686
# setting the MATLABPATH environment variable.
8787
MATLABPATH: matlab/install/arrow_matlab
88-
uses: matlab-actions/run-tests@v2
88+
uses: matlab-actions/run-tests@v1
8989
with:
9090
select-by-folder: matlab/test
9191
macos:
@@ -125,7 +125,7 @@ jobs:
125125
# Add the installation directory to the MATLAB Search Path by
126126
# setting the MATLABPATH environment variable.
127127
MATLABPATH: matlab/install/arrow_matlab
128-
uses: matlab-actions/run-tests@v2
128+
uses: matlab-actions/run-tests@v1
129129
with:
130130
select-by-folder: matlab/test
131131
windows:
@@ -171,6 +171,6 @@ jobs:
171171
# Add the installation directory to the MATLAB Search Path by
172172
# setting the MATLABPATH environment variable.
173173
MATLABPATH: matlab/install/arrow_matlab
174-
uses: matlab-actions/run-tests@v2
174+
uses: matlab-actions/run-tests@v1
175175
with:
176176
select-by-folder: matlab/test

0 commit comments

Comments
 (0)