Skip to content

Commit 28cb9d7

Browse files
committed
more changes for workflow
1 parent e3cf955 commit 28cb9d7

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: matlab-actions/setup-matlab@v1
2727

2828
- name: Run Auto Indentation
29-
uses: matlab-actions/run-command@v2
29+
uses: matlab-actions/run-command@v1
3030
with:
3131
command: |
3232
cd('toolchain');
@@ -38,5 +38,3 @@ jobs:
3838
echo "Code formatting issues detected. Please run toolchain/s_format.m and commit the changes."
3939
exit 1
4040
fi
41-
42-

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
products: "MATLAB
3131
"
3232
- name: Run MATLAB Linting
33-
uses: matlab-actions/run-command@v2
33+
uses: matlab-actions/run-command@v1
3434
with:
3535
command: |
3636
addpath('toolchain');

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ jobs:
4040
Symbolic_Math_Toolbox
4141
4242
- name: Equilibrium test
43-
uses: matlab-actions/run-command@v2
43+
uses: matlab-actions/run-command@v1
4444
with:
4545
command: |
4646
cd toolchain;
4747
s_test_suite_equilibrium;
4848
4949
- name: Compatibility test between FD and Spectral
50-
uses: matlab-actions/run-command@v2
50+
uses: matlab-actions/run-command@v1
5151
with:
5252
command: |
5353
cd toolchain;
5454
s_test_suite_compatibility;
5555
5656
- name: Finite difference mass transfer test
57-
uses: matlab-actions/run-command@v2
57+
uses: matlab-actions/run-command@v1
5858
with:
5959
command: |
6060
cd toolchain;

0 commit comments

Comments
 (0)