From 7fcae0de6ddc9fc8382cd72c396ddcfa420ead0e Mon Sep 17 00:00:00 2001 From: Nikhil Bhoski <47204011+nbhoski@users.noreply.github.com> Date: Wed, 15 May 2024 11:17:35 +0530 Subject: [PATCH] updated test case in bat.yml --- .github/workflows/bat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bat.yml b/.github/workflows/bat.yml index 1198c06..06ee2fd 100644 --- a/.github/workflows/bat.yml +++ b/.github/workflows/bat.yml @@ -173,6 +173,6 @@ jobs: - name: Verify environment variable is setup for MATLAB plugin override run: | - set -e | grep "MW_MATLAB_BUILDTOOL_DEFAULT_PLUGINS_FCN_OVERRIDE" - set -e | grep "matlab.ciplugins.github.getDefaultPlugins" + set | grep "MW_MATLAB_BUILDTOOL_DEFAULT_PLUGINS_FCN_OVERRIDE" + set | grep "matlab.ciplugins.github.getDefaultPlugins"