Skip to content

Commit

Permalink
updated test case in bat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 15, 2024
1 parent 7fcae0d commit 64e9061
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,17 @@ jobs:
run: |
set | grep "MW_MATLAB_BUILDTOOL_DEFAULT_PLUGINS_FCN_OVERRIDE"
set | grep "matlab.ciplugins.github.getDefaultPlugins"
- name: Verify if Running MATLAB Build is displayed
uses: ./
with:
tasks: deploy
build-options: -continueOnFailure
run: |
set -e
gh run view ${{ github.run_id }} --log | grep "Running MATLAB Build"
env:
GITHUB_TOKEN: ${{ github.token }}


0 comments on commit 64e9061

Please sign in to comment.