From 0828323ea4a3f28450b7d18289000af7e26d9b58 Mon Sep 17 00:00:00 2001 From: biswa-mahanta <148389538+biswa-mahanta@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:35:57 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);