Skip to content

Commit a4c2208

Browse files
committed
test run command
1 parent ad57046 commit a4c2208

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .github/workflows/CI.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ jobs:
4242
echo "Checking MATLAB command"
4343
more /opt/hostedtoolcache/MATLAB/2024.2.999/x64/bin/glnxa64/run-matlab-command
4444
- name: Upload artifact
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: matlab
4848
path: /opt/hostedtoolcache/MATLAB/2024.2.999/x64/bin/glnxa64/run-matlab-command
4949
- name: Run statements
5050
uses: matlab-actions/run-command@v2
5151
with:
5252
command: disp('Hello, MATLAB!');
53-
- name: Check MATLAB Installation
54-
run: matlab -batch "disp('Hello, MATLAB!');"
55-
- name: Install csh
56-
run: sudo apt-get update && sudo apt-get install csh
57-
- uses: julia-actions/julia-buildpkg@latest
58-
- uses: julia-actions/julia-runtest@latest
53+
# - name: Check MATLAB Installation
54+
# run: matlab -batch "disp('Hello, MATLAB!');"
55+
# - name: Install csh
56+
# run: sudo apt-get update && sudo apt-get install csh
57+
# - uses: julia-actions/julia-buildpkg@latest
58+
# - uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)