Skip to content

Commit d517103

Browse files
committed
check cmd
1 parent a11413c commit d517103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run statements
3737
uses: matlab-actions/run-command@v2
3838
with:
39-
command: disp('Hello, MATLAB!');
39+
command: disp(system('env'));
4040
- name: Upload Artifacts
4141
uses: actions/upload-artifact@v4
4242
with:

0 commit comments

Comments
 (0)