diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index f5684f2..16fffb2 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -8,11 +8,7 @@ jobs: uses: actions/checkout@v3 - name: Setup MATLAB uses: matlab-actions/setup-matlab@v2 + - name: Run tests + uses: matlab-actions/run-tests@v2 with: - products: Optimization_Toolbox Statistics_and_Machine_Learning_Toolbox - - name: Get run-matlab-command - run: | - wget -O /usr/local/bin/run-matlab-command https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v2/glnxa64/run-matlab-command - chmod +x /usr/local/bin/run-matlab-command - - name: Run MATLAB Command - run: run-matlab-command "disp('hello world')" + startup-options: -sd subfolder