Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro committed Mar 20, 2024
1 parent 115b22d commit 2ba8446
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,9 @@ jobs:
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
products: Parallel_Computing_Toolbox
- name: Run tests
uses: matlab-actions/run-tests@v2
with:
startup-options: -sd subfolder
test-results-junit: myresults.xml
use-parallel: true
products: Simulink
cache: true
- name: Run command
uses: matlab-actions/run-command@v2
with:
command: disp('hello world')
- name: Run build
uses: matlab-actions/run-build@v2
- run: ls *

0 comments on commit 2ba8446

Please sign in to comment.