Skip to content

Commit cc4606c

Browse files
committed
check cmd
1 parent 4f1b603 commit cc4606c

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

Diff for: .github/workflows/CI.yml

+8-11
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,11 @@ jobs:
4747
command: disp('Hello, MATLAB!');
4848
- name: RUN MATLAB Cmd 2
4949
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

0 commit comments

Comments
 (0)