From 2ba844603392a7b46f1efcaeb19c82b314b35f99 Mon Sep 17 00:00:00 2001 From: Mark Cafaro <34887852+mcafaro@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:24:04 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f47452b..f602dc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 *