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 9f7b1de commit 277c902
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,27 +175,4 @@ jobs:
run: |
set | grep "MW_MATLAB_BUILDTOOL_DEFAULT_PLUGINS_FCN_OVERRIDE"
set | grep "matlab.ciplugins.github.getDefaultPlugins"
- name: Verify specific task is run
uses: ./
with:
tasks: deploy
build-options: -continueOnFailure

- name: Get Current Job Log URL
uses: Tiryoh/gha-jobid-action@v0
id: jobs
with:
github_token: ${{ github.token }}
job_name: ${{ github.job }}

- name: Verify if Running MATLAB Build is displayed
run: |
set -e
gh run view ${{ steps.jobs.outputs.html_url }} --log | grep "Running MATLAB Build"
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 277c902

Please sign in to comment.