diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94633bf5..123d6388 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 - # uses: 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);