Skip to content

Commit

Permalink
Update matlab.yml
Browse files Browse the repository at this point in the history
show MATLAB version rather than running any tests
  • Loading branch information
robertoostenveld authored Aug 18, 2023
1 parent d89e7cd commit 67f6927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
- name: Run script
uses: matlab-actions/run-command@v1
with:
command: "assertSuccess(runtests('IncludeSubfolders',true));"
# show MATLAB version and list the toolboxes
command: "ver"

0 comments on commit 67f6927

Please sign in to comment.