From 322a7c9f00a065bc3b2563faed6c54dc3ac583bb Mon Sep 17 00:00:00 2001 From: Niklas Wahl Date: Fri, 19 Apr 2024 01:32:54 +0200 Subject: [PATCH] Add Parallel Computing Toolbox --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8afe0d677..d7759b3a7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: uses: matlab-actions/setup-matlab@v2 with: release: R2022b - products: Image_Processing_Toolbox + products: Image_Processing_Toolbox Parallel_Computing_Toolbox # Runs test command - name: Run Tests uses: matlab-actions/run-command@v2 @@ -34,6 +34,7 @@ jobs: files: | *.xml check_name: "${{ github.job }} Results" + test-matlab-latest: #Matlab test Job for latest Matlab release runs-on: ubuntu-latest steps: @@ -48,7 +49,7 @@ jobs: uses: matlab-actions/setup-matlab@v2 with: release: latest - products: Image_Processing_Toolbox + products: Image_Processing_Toolbox Parallel_Computing_Toolbox # Runs test command - name: Run Tests uses: matlab-actions/run-command@v2 @@ -61,6 +62,7 @@ jobs: files: | *.xml check_name: "${{ github.job }} Results" + test-octave-6: #Octave test Job runs-on: ubuntu-22.04 # We use Ubuntu-22.04 because it has Octave 6.4 steps: