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"