diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 123d6388..b9d86e86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,6 @@ jobs: # You can use "run-command" to execute custom MATLAB scripts, functions, or statements. #- name: Run custom testing procedure - matlab-actions/run-command@v1 + # matlab-actions/run-command@v1 # with: # command: disp('Running my custom testing procedure!'); addpath('code'); results = runtests('IncludeSubfolders', true); assertSuccess(results);