Skip to content

Commit

Permalink
Try using run-tests@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jan 31, 2024
1 parent aa52487 commit 4edeec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Add the installation directory to the MATLAB Search Path by
# setting the MATLABPATH environment variable.
MATLABPATH: matlab/install/arrow_matlab
uses: matlab-actions/run-tests@v2
uses: matlab-actions/run-tests@v1
with:
select-by-folder: matlab/test
macos:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
# Add the installation directory to the MATLAB Search Path by
# setting the MATLABPATH environment variable.
MATLABPATH: matlab/install/arrow_matlab
uses: matlab-actions/run-tests@v2
uses: matlab-actions/run-tests@v1
with:
select-by-folder: matlab/test
windows:
Expand Down Expand Up @@ -171,6 +171,6 @@ jobs:
# Add the installation directory to the MATLAB Search Path by
# setting the MATLABPATH environment variable.
MATLABPATH: matlab/install/arrow_matlab
uses: matlab-actions/run-tests@v2
uses: matlab-actions/run-tests@v1
with:
select-by-folder: matlab/test

0 comments on commit 4edeec1

Please sign in to comment.