File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 67
67
uses : matlab-actions/setup-matlab@v1
68
68
with :
69
69
release : R2022a
70
- - name : Install octave-image (Windows only)
71
- if : ${{ runner.os == 'Windows' }}
72
- run : octave-cli --eval "pkg install -forge image"
73
70
- name : Run MATLAB test
74
71
uses : matlab-actions/run-command@v1
75
72
with :
@@ -82,10 +79,15 @@ jobs:
82
79
uses : matlab-actions/run-command@v1
83
80
with :
84
81
command : addpath(pwd);cd sample; tic; demo_surf2mesh_ex1; demo_directplc_ex1; toc; demo_grayscale_ex1; toc
82
+ - name : Run MATLAB examples
83
+ if : ${{ runner.os != 'Windows' }}
84
+ uses : matlab-actions/run-command@v1
85
+ with :
86
+ command : addpath(pwd);cd sample; tic; demo_surf2vol_ex1; toc
85
87
- name : Run MATLAB examples
86
88
uses : matlab-actions/run-command@v1
87
89
with :
88
- command : addpath(pwd);cd sample; tic; demo_shortcut_ex1; demo_surf2vol_ex1; toc; demo_label_sizing; toc
90
+ command : addpath(pwd);cd sample; tic; demo_shortcut_ex1; toc; demo_label_sizing; toc
89
91
- name : Run MATLAB examples
90
92
uses : matlab-actions/run-command@v1
91
93
with :
You can’t perform that action at this time.
0 commit comments