File tree 1 file changed +8
-11
lines changed
1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,11 @@ jobs:
47
47
command : disp('Hello, MATLAB!');
48
48
- name : RUN MATLAB Cmd 2
49
49
run : /home/runner/work/_actions/matlab-actions/run-command/v2/dist/bin/glnxa64/run-matlab-command "disp('Hello, MATLAB!');"
50
- - name : Upload artifact
51
- uses : actions/upload-artifact@v4
52
- with :
53
- # name: matlab
54
- # path: /opt/hostedtoolcache/MATLAB/2024.2.999
55
- name : matlab-actions
56
- path : /home/runner/work/_actions/matlab-actions
57
- # - name: Build Julia package
58
- # uses: julia-actions/julia-buildpkg@latest
59
- # - name: Run Julia tests
60
- # uses: julia-actions/julia-runtest@latest
50
+ - name : Test MATLAB
51
+ run : |
52
+ echo "Testing MATLAB installation"
53
+ matlab -nodisplay -nosplash -nodesktop -batch "disp('Hello, MATLAB!');"
54
+ - name : Build Julia package
55
+ uses : julia-actions/julia-buildpkg@latest
56
+ - name : Run Julia tests
57
+ uses : julia-actions/julia-runtest@latest
You can’t perform that action at this time.
0 commit comments